sadik7266 / jquery-multifile-plugin

Automatically exported from code.google.com/p/jquery-multifile-plugin
0 stars 0 forks source link

No support for multiple file selection when <input type-"file" Multiple="true" /> #112

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Would be nice to support newer browser feature where you can added the 
attribute Multiple as in:
<input type="file" Multiple="" /> 

which basically allows for selecting multiple files in the open file dialog. 
right now, you just read the *.value property and get a single filename. You 
could check if ELEMENT.files == undefined. if false, the you are working in a 
modern browser that supports multiple file selection natively. Iterate through 
the files array and get the ELEMENT.files[x].fileName or ELEMENT.files[x].name.

See sample code here: http://help.dottoro.com/ljxenmhs.php

Original issue reported on code.google.com by tempshha...@gmail.com on 25 Mar 2011 at 8:20

GoogleCodeExporter commented 8 years ago
The project has been dormant for over a year and many of the support requests 
have been resolved and/or are invalid. So we're going to archive them all, 
pending review.

If you're still having a problem with the plugin, please visit the project page 
and re-open the issue. We do apologize for any inconvenience this may cause, 
but please bear with us...  we'll be making improvements to the plugin and its 
documentation over the coming weeks.

Stay tuned; and thanks for your support!

The Fyneworks Team
http://twitter.com/fyneworks

Original comment by fyneworks on 26 Jan 2012 at 1:37