admin管理员组文章数量:1294642
I am currently working on the File API. After initial investigation found that the Chrome, Firefox (new versions ) have good support for this. However IE, Opera have not implemented it and Safari have partial support for this. Can some one please let me know
- Do opera and IE support the File API ? Is it in plan for future release?
- Safari says to have partially implemented the File API. How much this partial this is implemented ? Have they implemented XHRHttpRequest.send(File) method ? So that we can send the file object to server.
My understanding is that the Chrome and Firefox are only two browsers today to have support for the drag drop file to web browsers feature. I that right ?
I am currently working on the File API. After initial investigation found that the Chrome, Firefox (new versions ) have good support for this. However IE, Opera have not implemented it and Safari have partial support for this. Can some one please let me know
- Do opera and IE support the File API ? Is it in plan for future release?
- Safari says to have partially implemented the File API. How much this partial this is implemented ? Have they implemented XHRHttpRequest.send(File) method ? So that we can send the file object to server.
My understanding is that the Chrome and Firefox are only two browsers today to have support for the drag drop file to web browsers feature. I that right ?
Share Improve this question asked Jan 28, 2011 at 8:58 Anil NamdeAnil Namde 6,61811 gold badges65 silver badges101 bronze badges3 Answers
Reset to default 7Yes, File API successfully implemented in WebKit browsers as of today.In Gecko it is partially implemented and for other browser it is not implemented yet. You can check detail in "Comparison of layout engines (HTML5)".
Here is all the gory details in an "easy" to digest way. Well nothing about HTML5 support is really easy, but this is the best source for version information:
http://caniuse./fileapi
For status on File API and any other HTML5 API's keep a tab on HTML5 Readiness
本文标签: javascriptWhat is the status of HTML 5 File API today in differnt browsersStack Overflow
版权声明:本文标题:javascript - What is the status of HTML 5 File API today in differnt browsers? - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1741603904a2387859.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论