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
Printable View
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
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.
it's only for image upload. but nevermind i have already found it. png files can be uploaded on ie using images/x-png