ASP.NET 2.0 ProfessionalIf you are an experienced ASP.NET programmer, this is the forum for your 2.0 questions. Please also see the Visual Web Developer 2005 forum.
Welcome to the p2p.wrox.com Forums.
You are currently viewing the ASP.NET 2.0 Professional 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
How are you constructing the path? Obviously, the system can't find part of the path you are specifying, but without more detail it's rather hard for us to diagnose your problem.
When I am saving file on server through system.io.file.copy using ajax timer control then following error will occurred.
Could not find a part of the path
I have used fileUpload control and its path is saved in hidden field on button click when file uploaded to server.
Are you trying to save the file received to the path provided by the browser?
If I upload a file from my local path "E:\myfiles\somefile.ext" and you try to save the uploaded file using that same path, what will happen if your web server doesn't have a drive "E:"?