javascript thread: Access to multiple client side files...
I wish to send multiple files from a browser to a server, where I will use ASP to store the files.
The <input> attribute type="file" only allows selection of one file at a time.
Is there any way with javascript, using IE5x and NC4x to allow a user to specify wildcards, or to select
multiple files (10-20 files) to send to a server?
I think I can modify the ASP scripts I have seen around to accept multiple files, but I haven't seen a
way to allow the client to select multiple files easily, and give javascript access to them.
The application is for a person who has taken multiple pictures with a digital camera to upload them
with a file select upload procedure.
Please point me towards any examples, articles or other enlightenment...
Paul