Friends,

I want to upload document file from local pc to server pc(IIS server). I am working in a domain. I am unable to do the job.

For your help I use System.IO.File.Copy() function.

When I am using local path like

C:\Folder_Name\File_Name.pdf it is working fine.

But When I am using

\\PC-4\Folder_Name\File_Name.pdf it is not working.

Please help me. I need urgently.


Rajib