Jump to content

[SOLVED] Same HTML *UPLOAD* form, Firefox upload ok, IE upload failed.


chk125

Recommended Posts

I have built a HTM form to upload a file.

It has validation line --

if( $myfile_Mime_Type != "image/jpeg" AND $myfile_Mime_Type != "image/pgpeg" AND $myfile_Mime_Type != "text/plain" )

 

Test 1 - upload a TXT file

both IE and FF work fine (file upload is success)

 

Test 2 - upload JPG file

use FF to upload => return "Upload is done",

use IE to upload => return "UPLOAD REJECTED [3]"

 

Can anyone give me some advise (HTML form and PHP prog enclosed). Thanks a lot.

 

[attachment deleted by admin]

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.