admin管理员组文章数量:1342632
can any one help me through out this problem that i need a code script which supports multiple file uploading in each and every browser.
If i use HTML5 it supports chorme and moxilla firefox but not IE, i am in search of script/jquery which supports all browsers.
I have already used file uploading feature as
<input type="file" name="image" id="image" multiple>
but this is not working in IE because it is HTML5 attribute on file.
can any one help me through out this problem that i need a code script which supports multiple file uploading in each and every browser.
If i use HTML5 it supports chorme and moxilla firefox but not IE, i am in search of script/jquery which supports all browsers.
I have already used file uploading feature as
<input type="file" name="image" id="image" multiple>
but this is not working in IE because it is HTML5 attribute on file.
Share Improve this question asked Mar 6, 2012 at 11:08 Moiz Shafqat HusainMoiz Shafqat Husain 2192 silver badges14 bronze badges5 Answers
Reset to default 3Uploadify was good, but it isn't maintaned anymore. Instead use Plupload. It supports "HTML5 Gears, Silverlight, Flash, BrowserPlus or normal forms" that's why it's so awesome (works on any browser) and easy to use.
IE hardly supports html5 and lower versions never will, so its probably best to detect browser and find yourself a different uploader for IE, for example a flash uploader.
Try out this one. http://www.uploadify./demos/
Uploadify is a powerful and highly-customizable file upload script. In its simplest form, Uploadify is easy to get up and running with minimal effort and little coding knowledge.
Uploadify can also be modified to suits the needs of more advanced developers via the arsenal of custom options that are available. Below are a few examples of different implementations of the Uploadify plugin. Uploadify is fully customizable and mainly all browser patible.
best way of multiple image upload is http://www.uploadify./
thanks
HTML5 is still not supported pletely by all the browsers and IE is lacking lots of support features where as chrome, firefox are leading one. to checkout how many features your browser supports just go through http://html5test./.
now multiple file upload is not supported by IE as mention on http://www.w3schools./html5/att_input_multiple.asp. so for now to get this feature i think we will have to go for java script as others have mentioned you can go for http://www.uploadify./
本文标签: phpMultiple File Uploads Which Supports all browser specially ie7ie8 and ie9Stack Overflow
版权声明:本文标题:php - Multiple File Uploads Which Supports all browser specially ie7, ie8 and ie9 - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1743699376a2524052.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论