This is a tricky question. Your web app doesn't have access to the client
machine.
To get acces you will have to take a different route. Most people would
try an ActiveX control here since they run inside the browser on the
client machine and as such have access to the file system. However this
is an unmanaged solution.
In terms on managed solutions I don't know of good one.
--
Jared Parsons [MSFT]
(e-mail address removed)
http://blogs.msdn.com/jaredpar
"This posting is provided "AS IS" with no warranties, and confers no
rights"
Iwan Petrow said:
Hi
I have a Web application.
How could I copy a file from one path on the client machine to another
path on the client machine?
Thanks.