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 badges
Add a ment  | 

5 Answers 5

Reset to default 3

Uploadify 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