sadik7266 / jquery-multifile-plugin

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

if multiple attribute is added in with file element then plugin accepts only first selected file #134

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago

What steps will reproduce the problem?
1. add multiple="multiple" attribute in <input type="file">
2.and select multiple files using ctrl
3.then click "open" button 
4. plugin will display first selected file only

What is the expected output? What do you see instead?
plugin displays first selected file only, instead of all selected files

What version of the plugin/jQuery are you using?
PLUGIN VERSION:v 1.47
JQUERY VERSION:1.7

On what browser(s) or operating system?
BROWSER(S): Firefox

Please provide a link to where the problem can be observed:
URL:

Feel free to provide any additional information below.

Original issue reported on code.google.com by kamthe.s...@gmail.com on 3 Feb 2012 at 7:23

GoogleCodeExporter commented 8 years ago
The plugin does not support the multiple attribute at this stage (it is new to 
HTML5) and not yet supported by Internet Explorer.

Future versions of the plugin may provide some support for this, however, the 
multiple attribute itself almost bypasses the need for a jquery plugin 
altogether.

Original comment by diego.a...@gmail.com on 3 Feb 2012 at 9:13

GoogleCodeExporter commented 8 years ago
At the moment, all testing indicates that the browsers only report the path of 
the first selected file in the value of the input element. This makes it 
impossible for the plugin to handle multiple file selections at once.

Original comment by diego.a...@gmail.com on 17 Mar 2012 at 7:36