ASP.NET or ASP local file copy
Hi,
Is there a way to copy file from a client PC directory to another?
When I do the below code, it alway looks on the server. Is there another way to define it so it look at the client PC?
Dim FileName, FolderLoc, FileCollection
Set fso = CreateObject("Scripting.FileSystemObject")
Set FolderLoc = fso.GetFolder("c:\temp\")
Set FileCollection = FolderLoc.Files
...
Thanks,
Peter
Peter
__________________
Peter
|