|
-
Dec 26th, 2010, 12:35 PM
#1
Thread Starter
Addicted Member
[RESOLVED] Can't upload png images on IE
What do i have to use instead of image/png in order to upload an image of that format in IE? (For example jpeg is pjpeg. What about png?)
Thank you
-
Dec 26th, 2010, 04:33 PM
#2
Re: Can't upload png images on IE
I'm not sure what you're asking. is your code checking the MIME type of the file being uploaded? if yes, then you really shouldn't. this is unreliable, and you are probably better off checking the file extension instead.
-
Dec 26th, 2010, 04:34 PM
#3
Thread Starter
Addicted Member
Re: Can't upload png images on IE
it's only for image upload. but nevermind i have already found it. png files can be uploaded on ie using images/x-png
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|