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

Fixed uploading files with cyrillic names #88

Closed alexcode-lab closed 9 years ago

alexcode-lab commented 9 years ago

Fixed uploading files with cyrillic names.

Uncaught SyntaxError: Failed to execute 'setRequestHeader' on 'XMLHttpRequest': 'Віртуальність.mp3' is not a valid HTTP header field value.

MauriceS commented 9 years ago

Unfortunately this fix also encodes headers that should not be encoded (Content-Type, Accept, etc.)