barseghyanartur / django-fobi

Form generator/builder application for Django done right: customisable, modular, user- and developer- friendly.
https://pypi.python.org/pypi/django-fobi
484 stars 112 forks source link

Form data loss when uploading files with accentuated names #222

Closed adrien-delhorme closed 5 years ago

adrien-delhorme commented 5 years ago

On python2.7, uploading files with accentuated names on a form where a db_store handler is used, fails silently (success page is displayed to the user), stops the execution of other handlers and causes the loss of user's data.

The pull request prevents the raise of UnicodeEncodeError.