fixes the inability to upload non ascii filenames, werkzeug strips all non ascii...
authordunkyp <dunkyp@gmail.com>
Tue, 6 Nov 2012 17:47:48 +0000 (17:47 +0000)
committerRodney Ewing <ewing.rj@gmail.com>
Thu, 11 Jul 2013 19:52:05 +0000 (12:52 -0700)
commit3aeca53c85981fa46d61b41a7cf648d90637eb62
tree181b2b50feef47f1ad1dce32b2012788c0a92c85
parent9609ddc0a6a071a2876cb1e2eff695f12f8fe39c
fixes the inability to upload non ascii filenames, werkzeug strips all non ascii chars and returns an empty string. This checks if the filename contains non asciis and if it does generates a uuid for filename. Also the request version of filename is used for generating alternative title for upload

cherry-picked from dunkyp. fixed conflicts and missing import.
mediagoblin/submit/views.py