Page 1 of 1

"File type not allowed" during image upload

Posted: 19 Oct 2017, 06:24
by buzibuzi
Hi
im using versionĀ X3.23.0
during upload of a 300mb TIFF image, im getting a "File type not allowed" error.
i can understand the size limitation (shared host, unable to change it)
how can we enable uploading a TIFF image ? can this be changed in configuration ? couldn't find it.
Thanks

Re: "File type not allowed" during image upload

Posted: 19 Oct 2017, 07:50
by mjau-mjau
TIFF files are not allowed by default in X3 because this is not an image format supported by web browsers. Even if it was, X3 would not be able to resize TIFF images or use them in any way. I assume you just want to upload a TIFF file to make it available as a download for visitor(s)?

If you are not using database-version of panel, you can open panel/config.php and add TIFF extension to $ALLOW_EXTENSIONS andĀ $ALLOW_UPLOADER arrays.