Forum Moderators: open
Any ideas, experience, suggestions??!!!
Thanks.
Mark.
Edited by: lak12
Second thought -- typing files into a textarea runs into typo problems on the file names, doesn't it?
Third thought -- I think I remember that the value attribute for INPUT type=file was very buggy in all browsers when HTML 3.2 first came out. I'm not sure this was ever addressed. It's not used very much, that's for sure.
I realize that all this is not a definitive answer. Hopefully someone with experience in this area will help out.
YOu all seem like you might know the answer to my problem. I need to write a page that allows a web user to choose a number of files from their local machine and allow them to upload these files to a directory on a server by clicking a button! I'm using the aspSmartUpload object to handle the actual upload and this object supports multiple file uploads. However, the problem arises with actually allowing the user to choose multiple files. THe <input type=file> tag only seems to allow one file at a time. Do you have any suggestions for me?
Thanks
Marina
Thanks for the info. Think I'm just going to get the user to zip up the necessary files and get the server to then do the necessary unzip. Not ideal, but I guess it's acceptable in this situation.
:)
Marina