27. cgi::ContentType

[<<<] [>>>]

This is the value of the CGI variable CONTENT_TYPE. This is undef in case of a GET request. Otherwise this is the MIME type of the http request body. This is application/x-www-form-urlencoded for normal form posting and is multipart/form-data in case of file upload.


[<<<] [>>>]