Can't upload png images on IE

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
systemous
Forum Newbie
Posts: 2
Joined: Sun Dec 26, 2010 11:41 am

Can't upload png images on IE

Post by systemous »

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
User avatar
s.dot
Tranquility In Moderation
Posts: 5001
Joined: Sun Feb 06, 2005 7:18 pm
Location: Indiana

Re: Can't upload png images on IE

Post by s.dot »

Where are you using that? Are you checking the type on upload? If so, you can use getimagesize() to determine the type of image it is and you don't have to mess with mime types as that info is returned in the array from getimagesize().
Set Search Time - A google chrome extension. When you search only results from the past year (or set time period) are displayed. Helps tremendously when using new technologies to avoid outdated results.
Post Reply