I am seeking an easy and light weight way to upload a file to a REST API using CORS in IE 8. I am using the following plugin: angular-file-upload.
Since flash doesn't support custom headers using CORS,Which means that I cannot upload a file using CORS on IE 8.
I have opened an issue on github on this matter, but no luck so far.
Is there a workaround solution for flash to support custom header this?? Is there any other angular module(directive) for file upload which i can use for CORS fileupload which works in IE 8??
Any help will be appreciated.
Thanks