angular-file-upload provisional headers are not sent in IE browser

264 views Asked by At

I am using angular-file-upload in my application especially for IE compatability, before I have Used Formdata to upload files,

Its working fine chrome, but its not working in IE9+ browser, The problem is the provisional headers set by me are not sent to server which causes the problem

Can anyone helpme on the same? In CHROME IN IE BROWSER

Thanks and Regards, Satish

1

There are 1 answers

0
Satish On BEST ANSWER

Its the problem with angular-file-upload directives, Its not support custom headers to send to backend , so its skipping my provisional headers in IE