Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Products
»
Cute Editor for PHP
»
Re: Image upload doesn't work - File format not allowed
Re: Image upload doesn't work - File format not allowed
03-28-2011, 6:04 AM
bix
Joined on 12-29-2007
Posts 33
Re: Image upload doesn't work - File format not allowed
Reply
Quote
SOLVED
Turns out that
$_FILES["file"]["type"] returns image/png, NOT image/x-png.
So I just edited the include_mimetype.php to hold that value for png and problem solved.
/Bix
View Complete Thread