Karthik.m
Karthik.m

Reputation: 781

MIME type in jsp

In jsp page directives we mentioned contentType="MIME-Type", in this MIME means what?

Upvotes: 1

Views: 3015

Answers (2)

valli
valli

Reputation: 5931

MIME (Multipurpose Internet Mail Extensions) is an Internet standard for describes message content types.

MIME messages can contain text, images, audio, video, and other application-specific data.

Official MIME info is provided by the Internet Engineering Task Force (IETF) http://www.w3schools.com/media/media_mimeref.asp

Upvotes: 3

user59634
user59634

Reputation:

MIME means Multi purpose Internet Mail extensions: http://en.wikipedia.org/wiki/Internet_media_type and the RFC

Upvotes: 4

Related Questions