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

  •  03-28-2011, 2:56 AM

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

    Got same problem with .png
    All is fine with the mime array but somehow i get:
    imageimage/pngimage/x-pngFile format not allowed! Please contact site administrator.
    been search for 
    image/png
    in the files but can't find it. But still image/x-png seemt to NOT be allowed.
    How do I find the allowed array (if there is 1)
     
    facts:
    $Filter_Array in filepost.php  holds the value ".png"
    GetExtension($filename) in filePost.php return ".png"
     
    plz help
     
    /bix
View Complete Thread