Closed fish-not-phish closed 2 weeks ago
I am attempting to upload a JPG file and it is not allowed, citing a 404 error. I have my settings configured in such a way:
CKEDITOR_5_ALLOW_ALL_FILE_TYPES = True CKEDITOR_5_FILE_TYPES = [ 'jpg', 'jpeg', 'png', 'gif', 'bmp', 'webp', 'tiff' ]
This should allow all files types, correct? I can upload any of the other files types without an issue.
its fixed in last version just upgrade
This appears to be fixed now. Unsure what the issue was, but I can now upload JPG files. May be due to updating the package.
I am attempting to upload a JPG file and it is not allowed, citing a 404 error. I have my settings configured in such a way:
CKEDITOR_5_ALLOW_ALL_FILE_TYPES = True CKEDITOR_5_FILE_TYPES = [ 'jpg', 'jpeg', 'png', 'gif', 'bmp', 'webp', 'tiff' ]
This should allow all files types, correct? I can upload any of the other files types without an issue.