Wrox Programmer Forums
|
ASP Forms As of Oct 5, 2005, this forum is now locked. Please use "Classic ASP beginner" at http://p2p.wrox.com/forum.asp?FORUM_ID=54 or "Classic ASP Professional" http://p2p.wrox.com/forum.asp?FORUM_ID=56 instead.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the ASP Forms 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
 
Old May 17th, 2005, 06:51 PM
Authorized User
 
Join Date: Apr 2004
Posts: 28
Thanks: 0
Thanked 0 Times in 0 Posts
Default 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





Similar Threads
Thread Thread Starter Forum Replies Last Post
Copy files & Folders application in ASP.net rupakroy5 ASP.NET 1.0 and 1.1 Basics 0 May 8th, 2006 10:45 PM
Local Directory Browsing problem in asp.net Ramakrishna General .NET 1 November 25th, 2004 05:05 AM
Giving access to asp.net to copy folder Baby_programmer ASP.NET 1.0 and 1.1 Basics 1 October 9th, 2004 03:05 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.