| Author |
Allowing "multiple" file uploads
|
Mike London
Ranch Hand
Joined: Jul 12, 2002
Posts: 951
|
|
In using the <input = "file" ... tag, is there any way to allow multiple files to be selected? I tried adding multiple="multiple" to the inside of the input tag, but that didn't work. Thanks for any suggestions and replies!!! -- Mike
|
 |
Eric Pascarello
author
Rancher
Joined: Nov 08, 2001
Posts: 15362
|
|
one file per element.... Eric
|
 |
Mike London
Ranch Hand
Joined: Jul 12, 2002
Posts: 951
|
|
|
Thanks Eric.
|
 |
Eric Pascarello
author
Rancher
Joined: Nov 08, 2001
Posts: 15362
|
|
only way you would be able to pull it off is with flash or applets. Eric
|
 |
 |
|
|
subject: Allowing "multiple" file uploads
|
|
|