Click to See Complete Forum and Search --> : Upload File in ASP


blink
09-10-2003, 03:04 PM
I would like users to be able to Locate a file on their HD, Upload it to a specific location on our server, and have a record of that upload recorded in a DB

Where do I start? Are there any tutorials for this? Can it be done soley with asp/html/java?

KBoek
09-11-2003, 02:54 AM
Hi,

I think it might be useful for you to get familiar with the FileSystemObject. The following link on the MSDN library tells you all about it: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/script56/html/jsFSOTutor.asp

Good luck

blink
09-11-2003, 11:21 AM
Thanks, I'll look at that
any other things that will be critical?

KBoek
09-11-2003, 11:38 AM
Nothing exceptional as far as I can see now. The only thing that you should be aware of is that the FileSystemObject allows people to upload files to your system; this, of course, requires proper security and virus scanning!

blink
09-12-2003, 01:53 PM
ok, I'll keep that in mind. It is on an intranet anyway, so security wont be as big of a problem.