I am currently working on a file API. After the initial investigation, it turned out that Chrome, Firefox (new versions) have good support for this. However, IE, Opera did not implement it, and Safari partially supports this. Can someone please let me know
- Does Opera and IE support API files? Is this a plan for a future release?
- Safari says it partially implemented the File API. How partial is this implemented? Have they implemented the XHRHttpRequest.send (File) method? So that we can send the file object to the server.
I understand that Chrome and Firefox are only two browsers today to have drag and drop file support in web browsers functions. Am i right?
source
share