ivan-novakov / extjs-upload-widget

File upload widget for ExtJS v4
80 stars 42 forks source link

Handle utf-8 encoded filenames properly #15

Closed ivan-novakov closed 10 years ago

ivan-novakov commented 10 years ago

The filename is transferred as a HTTP request header. If the filename contains non-ASCII characters, it may cause a problem. One option is to try to adapt this RFC: http://datatracker.ietf.org/doc/rfc5987/?include_text=1 Another option is to enable base64 encoding for the filename header.