Quote:
Originally Posted by derekivey
Currently you have to edit the add_site.php, edit_site.php, and /admincp/toplist_admin.php files to add image types. You will need to know the mime type for each file type you want to add (e.g. image/jpeg).
The line should look like this:
PHP Code:
if ($image_type == "image/gif" OR $image_type == "image/pjpeg" OR $image_type == "image/jpeg" OR $image_type == "image/x-png")
Derek
|
done that but still getting the following when trying to upload a JPG banner, JPEG files work but no1 really uses them anymore
Quote:
Sorry, your image could not be uploaded because the format of it is not allowed. Allowed formats are GIF, JPEG, and PNG
The format of the file you uploaded is .
Please go back and select a new image or leave the image field blank.
|