faqts : Computers : Programming : Languages : PHP : Common Problems : File Uploading

+ Search
Add Entry AlertManage Folder Edit Entry Add page to http://del.icio.us/
Did You Find This Entry Useful?

5 of 7 people (71%) answered Yes
Recently 3 of 5 people (60%) answered Yes

Entry

Upload show warning using MacOS MSIE (Warning: File Upload Mime headers garbled [onten] in..)

Feb 1st, 2001 04:51
Sven Hahn, William Wan, http://www.tryc.on.ca/archives/php3/2000_1/0460.html


Hi,

regarding to Yann Bizeul'a workaround 
(http://www.tryc.on.ca/archives/php3/2000_1/0460.html), I found another 
one:

Check what for a "enctype" attribute you are using in your "form" tag. 
I used "multipart/form-data" and after simply deleting it, it did well.

Sven