yohanboniface / falcon-multipart

[Experimental] Parse multipart/form-data in falcon
MIT License
58 stars 11 forks source link

Unicode filenames get dropped #7

Closed wyc closed 7 years ago

wyc commented 7 years ago

When sending a filecode with a unicode filename, the middleware seems to drop the filename and become no longer accessible via req.get_param('data').filename.

wyc commented 7 years ago

This problem goes deeper than expected: https://bugs.python.org/issue4953#msg91444

wyc commented 7 years ago

I'll close this out until I can get a reproducible test