hvlads / django-ckeditor-5

Django CKEditor 5 integration.
Other
152 stars 60 forks source link

JPG File Upload Failure #267

Closed fish-not-phish closed 2 weeks ago

fish-not-phish commented 3 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.

herotux commented 2 weeks ago

its fixed in last version just upgrade

fish-not-phish commented 2 weeks ago

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.