ionyse / ionyweb

An API drived, javascript modification UI CMS based on django framework
Other
11 stars 2 forks source link

Filemanager : Uploading a file without extension #11

Open Natim opened 11 years ago

Natim commented 11 years ago

If you upload a image/png file without an extension, it will work, but will fail when trying to resize it.

We should use the mimetype to find the extension.

File "ionyweb/file_manager/functions.py", line 87, in version_generator
  version.save(tmpfile, format=Image.EXTENSION[ext],

KeyError: ''