uploading file problem
When I want to upload file in ASP.net it seems they have some permission problems. when targed place is somthing like c:\\temp its work but when I want to upload file to
file.SaveAs(Server.MapPath(@"\Upload\Other\" + filename));
I get execption like
Could not find a part of the path "c:\inetpub\wwwroot\Upload\Other\job.eml".
Help
|