Classic ASP DatabasesDiscuss using ASP 3 to work with data in databases, including ASP Database Setup issues from the old P2P forum on this specific subtopic. See also the book forum Beginning ASP.NET Databases for questions specific to that book. NOT for ASP.NET 1.0, 1.1, or 2.0.
Welcome to the p2p.wrox.com Forums.
You are currently viewing the Classic ASP Databases section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
There is no "copy" from a client to the server. You need to look into uploading. HTML provides <input type="file"> for this purpose. On the ASP side, you'll need some third party object to be able to handle the file data in the posted form.
This can be a complex issue so I'd recommend doing some searching for articles about uploading file in ASP.
Peter
------------------------------------------------------
Work smarter, not harder.
I woudl sugest looking at something like KIX script editor to copy files from client to server. It is very easy to do the KIX script and you could call the initial file from a button or link depending on your application. KIX also works well to modify profile related data e.g %username% stuff where batch files normally cause problems with spaces ect.