jQuery: The Write Less, Do More JavaScript Library

allow multiple selection of files within the browse window?

View: New views
2 Messages — Rating Filter:   Alert me  

allow multiple selection of files within the browse window?

by iblastoff :: Rate this Message:

Reply (Restricted by the Administrator) | Reply to Author | View Threaded | Show Only this Message

is this something jquery multiple file upload could also handle or is that a limitation elsewhere?

Re: allow multiple selection of files within the browse window?

by Diego A. :: Rate this Message:

Reply (Restricted by the Administrator) | Reply to Author | View Threaded | Show Only this Message


iblastoff wrote:
is this something jquery multiple file upload could also handle or is that a limitation elsewhere?
The script handles the elements of the page, but the browser is responsible for the file selection dialogue.

The dialogue cannot be controlled by javascript and as far as I'm aware, multiple selection of files is not supported by any browser.