Click to See Complete Forum and Search --> : way to transfer documents to a central server


damo101
09-09-2004, 10:30 AM
Trying to develope a web based system(so as users can access the documents using asp and search to retrieve the doc's) to transfer files from users to a central server. Must be easy to use(drag and drop if possible)to a selectible folder structure.(ten folders with subfolders. user chooses the correct one then submit's and transfers to said folder.)
I'm not sure if this is possible but any direction would be most helpful.

David Harrison
09-11-2004, 09:16 AM
What you're describing is FTP, so why don't you just use that?

But if you really want to make this then I think it would be better off being made as an application and not something web-page based.

I've moved this to the general forum since it will probably get more attention in there.

ray326
09-11-2004, 03:04 PM
"Drag and drop" is not a good interface for a web app. A more fitting UI would be to let them navigate to the "folder" where they're presented an upload form utilizing a a file type input widget.