[Bug 2418] PHP file validation

http://www.w3.org/Bugs/Public/show_bug.cgi?id=2418





------- Additional Comments From bjoern@hoehrmann.de  2005-10-25 23:11 -------
The <meta http-equiv="Content-Type" ... is not relevant here. Also, it sounds 
like you are using the file upload validation rather than by web address, in 
this case your browser determines the Content-Type it reports to the web server 
when uploading the file. It probably does not recognize .php files and uses 
some default content type. In this case it might be difficult for you to use 
the file upload feature with your PHP code.

Received on Tuesday, 25 October 2005 23:11:20 UTC