I am working on Blob object to upload files. The default file sent to server is 'blob'. I want to overide it and set to the original file name.
I saw a similar question in Stack Overflow and the answer suggested to use
form.append("blob",blob, filename);
But this would work only on chrome and FF.
Anybody knows how to do it in Internet Explorer Version 10+.
Thanks in Advance, Br, Rohit PAI