Jquery File Upload - Not Sending Headers In Ie9
I'm using jQuery Fileupload to upload files. Its not sending headers that I set to the server. Why is the Authorization header missing only in IE but passed in chrome? Here is the
Solution 1:
This answers my question,
Only browsers with support for XHR file upload support setting custom headers.
Post a Comment for "Jquery File Upload - Not Sending Headers In Ie9"