最新消息:Welcome to the puzzle paradise for programmers! Here, a well-designed puzzle awaits you. From code logic puzzles to algorithmic challenges, each level is closely centered on the programmer's expertise and skills. Whether you're a novice programmer or an experienced tech guru, you'll find your own challenges on this site. In the process of solving puzzles, you can not only exercise your thinking skills, but also deepen your understanding and application of programming knowledge. Come to start this puzzle journey full of wisdom and challenges, with many programmers to compete with each other and show your programming wisdom! Translated with DeepL.com (free version)

php - Multiple File Uploads Which Supports all browser specially ie7, ie8 and ie9 - Stack Overflow

matteradmin3PV0评论

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./

Post a comment

comment list (0)

  1. No comments so far