File format not allowed.

  •  05-27-2009, 8:31 AM

    File format not allowed.

    I am trying to allow PNG files to be uploaded. I checked the Include_Mimetypes.php file and it says  ".png" => "image/x-png",


    Also. In my code when loading the editor, I have the following code:

                $editor->ImageFilters=".jpg,.gif,.png,.bmp,.jpeg";
                  $editor->MaxImageSize=400;
     
    The image I am attempting to upload is only 129kb, which is within the size constraints.
     
    I also just downloaded the latest version of this application, and it still seems to be an issue.
     
    Please help me.

    Custom Software Developent at MicroVB INC
View Complete Thread