Welcome Guest, Not a member yet? Register   Sign In
file upload problem in IE
#1

[eluser]quest13[/eluser]
When I tried to upload the image in IE , the following code is not recognising JPG format in IE. But the same is working in Firefox.

Any body can help me on this ?


Code:
if ((($_FILES["uploadedfile"]["type"] == "image/gif")
            || ($_FILES["uploadedfile"]["type"] == "image/jpeg")
            || ($_FILES["uploadedfile"]["type"] == "image/png"))
{....

thanks


Messages In This Thread
file upload problem in IE - by El Forum - 08-24-2009, 03:16 AM
file upload problem in IE - by El Forum - 08-24-2009, 04:17 AM
file upload problem in IE - by El Forum - 08-24-2009, 04:51 AM
file upload problem in IE - by El Forum - 08-24-2009, 05:07 AM
file upload problem in IE - by El Forum - 11-26-2009, 10:46 AM



Theme © iAndrew 2016 - Forum software by © MyBB