PDA

View Full Version : Upload entire directory


JayStang
05-26-2006, 06:16 PM
Is there a way to upload an entire directory? By that i mean have a web form with a browse button where you can select just a folder and have it upload all the files in it (rather then zipping the file.. uploading.. and then unzipping on the server side). I'm very open to what language this is writtin in. My options are ASP, javascript, and/or coldfusion. Any help or info would be great.

~Jamie

angst
05-26-2006, 07:14 PM
no, i don't think this is possible.

unless maybe you used javascript, or java, and wrote your own browse function, then looped through each file inside the dir to upload.

-Ken