Click to See Complete Forum and Search --> : uploading folders
I' m trying to do something similar to the <input type=file> but with folders. The user should browse his local PC and select a folder so that it can be uploaded by using the FSO.copyFolder. The FSO.copyfolder is not the problem. I need to know how to let the user select a FOLDER and not just a FILE - thanx
Nicodemas
03-26-2003, 02:51 AM
Input type=file only allows you to select files from the computer, not entire folders.
Maybe you could allow for multiple file uploads, and give the user the ability to create folders on your server?
Not exactly what I wanted but will have to do for now i guess. So there is NO way user can select an entire folder to upload?