LPology / Simple-Ajax-Uploader

Javascript file upload plugin with progress bar support. Works in all major browsers, including IE7+, Chrome, Firefox, Safari, and Opera. No dependencies - use it with or without jQuery.
995 stars 267 forks source link

non-english file name got messy code. #185

Closed allmonday closed 7 years ago

allmonday commented 7 years ago

IIS 8 return 502 to process x-file-name header (if not encoded)

LPology commented 7 years ago

Closing as I just pushed a fix for this. Headers actually aren't supposed to be URI encoded. Here is the fix:

https://github.com/LPology/Simple-Ajax-Uploader/commit/576cfd4d94f21de63f4597411660e85b6e7abafd#diff-92384493468c9afdfe8f3e87eaed4b46L1860