asp.net / vb: upload files to server space and then copy them down to the pc

Drstein99

Junior Contributor
Joined
Sep 26, 2003
Messages
283
Location
Audubon, Nj
I'm a verced programmer but new to web programming and asp.net. I can make an application, etc.. runs fun etc...

Ready to learn next step of project, which requires me to, from the web-page; I want to open a file dialog to copy files from my c:drive to the web site. and then another function to copy files from the web site to a specific location on the pc.

This basically an application to PUSH software down from a central WEB location.

-----

Where can I find procedures and tutorials on how to copy files from client pc, and create/copy files TO the client pc from the host application's folders?
 
tate said:
This doesn't seam to be feasible to me considering the security implications.

This is what the project calls for.

I need to upload files or a package of files to be stored on my web site centrally.

And I need to be able to retrieve that file package or files, and have them install copy / over-write files in a specified directory that may pre-exist on client machines.

-------------
 
Back
Top