JustABob
05-25-2005, 06:18 PM
Well here is my problem in general –
I would like to allow a user to select multiple files and upload them at one time. It looks like the built in file upload for html will only allow 1 file to be selected at a time.
To get around this, I thought that if I had a user select 1 file, then use a little JS to take the file path to list the directory contents to a checked list box or something. Here the user could select the filenames and then upload them all at one time.
My problem is that I am unable to figure out how to access / list the contents of a local directory for a user. (or my problem is I am taking the wrong approach here)
If anyone knows how to go about this / has a better idea / knows how to allow multi selections when uploading files / know of some good sites or references please let me know. My luck with google seems to be running out
Thanks!
Bob
I would like to allow a user to select multiple files and upload them at one time. It looks like the built in file upload for html will only allow 1 file to be selected at a time.
To get around this, I thought that if I had a user select 1 file, then use a little JS to take the file path to list the directory contents to a checked list box or something. Here the user could select the filenames and then upload them all at one time.
My problem is that I am unable to figure out how to access / list the contents of a local directory for a user. (or my problem is I am taking the wrong approach here)
If anyone knows how to go about this / has a better idea / knows how to allow multi selections when uploading files / know of some good sites or references please let me know. My luck with google seems to be running out
Thanks!
Bob