weixiyen / jquery-filedrop

jQuery plugin - drag and drop desktop files and POST to a URL to handle files.
958 stars 285 forks source link

utf8 support #155

Closed huglester closed 10 years ago

huglester commented 10 years ago

Hello, with this we can now upload files with letters like ąčęėįšųūŽ etc.

Thanks

boughtonp commented 9 years ago

This change caused all filenames to suddenly be URL encoded - i.e. spaces being replaced with %20

Shouldn't the solution be to ensure correct UTF-8 encoding in the XHR ?