[Interest] Bringing Qt, C++ To The Web

Mandeep Sandhu mandeepsandhu.chd at gmail.com
Fri Jan 18 15:22:17 CET 2013


>> OT, but isn't that done by examining file extensions or file headers
>> (like how the 'file' command works in Linux)?
>
> Once you've detected what the data is, you need to tell whomever asked
> about it what it actually is.  You need a communication protocol for
> that.  Like MIME.  So you get the request "what is this data?"  You look
> at it, and then answer "audio/mpeg", which is a MIME type.

Right, but MIME is not the communication protocol. That would be
something like HTTP. MIME just says: for xzy file type, use set the
content type to some standard string (like you mentioned).

-mandeep


>
> _______________________________________________
> Interest mailing list
> Interest at qt-project.org
> http://lists.qt-project.org/mailman/listinfo/interest



More information about the Interest mailing list