Re: Image upload doesn't work - File format not allowed

  •  03-28-2011, 6:04 AM

    Re: Image upload doesn't work - File format not allowed

    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