| | |
Uploading Files!!!
Please support our ASP.NET advertiser: $4.95 a Month - ASP.NET Web Hosting – Click Here!
![]() |
•
•
Join Date: Oct 2008
Posts: 6
Reputation:
Solved Threads: 0
Hai ,
I am trying to upload a file from a local disk to server. Itz working fine when I upload from d: or c: drives. But it is not uploading When I upload from desktop or Mydocuments. It is giving the following error.
System.IO.FileNotFoundException: Exception from HRESULT: 0x800A0035 (CTL_E_FILENOTFOUND).
But actually the file is there. My coding is :
Whatz the problem?????
Thanks in Advance
Seetha
I am trying to upload a file from a local disk to server. Itz working fine when I upload from d: or c: drives. But it is not uploading When I upload from desktop or Mydocuments. It is giving the following error.
System.IO.FileNotFoundException: Exception from HRESULT: 0x800A0035 (CTL_E_FILENOTFOUND).
But actually the file is there. My coding is :
asp.net Syntax (Toggle Plain Text)
Dim fs, f fs = Server.CreateObject("Scripting.FileSystemObject") f = fs.GetFile("C:\Documents and Settings\seetha\My Documents\fresher.doc") f.copy(Server.MapPath("Attachments\" & f.name))
Whatz the problem?????
Thanks in Advance
Seetha
Last edited by peter_budo; Nov 12th, 2008 at 5:47 am. Reason: Keep It Organized - For easy readability, always wrap programming code within posts in [code] (code blocks) and [icode] (inline code) tags.
![]() |
Similar Threads
- uploading files (PHP)
- Uploading files Access Denied Error (ASP.NET)
- Finding if files exist.. file on local machine, problems on server (JSP)
- Problem in Uploading Files using Register Global on/off (PHP)
- Uploading files onto the Web Server (ASP)
- Deleting Uploaded Files? (PHP)
- Uploading files using HTTP/X and CGI (Shell Scripting)
Other Threads in the ASP.NET Forum
| Thread Tools | Search this Thread |
.net 2.0 3.5 activexcontrol advice ajax alltypeofvideos appliances asp asp.net bc30451 beginner bottomasp.net browser businesslogiclayer c# c#gridviewcolumn cac checkbox commonfunctions compatible confirmationcodegeneration content contenttype courier css dataaccesslayer database datagrid datagridview datagridviewcheckbox datalist development dgv dropdownlist dropdownmenu dynamically edit fileuploader fill flash flv formatdecimal forms formview gridview gudi homeedition iframe iis javascript jquery listbox menu microsoft mono mouse mssql multistepregistration nameisnotdeclared news objects opera panelmasterpagebuttoncontrols redirect registration relationaldatabases reportemail rotatepage schoolproject security serializesmo.table sessionvariables silverlight smartcard smoobjects software sql-server sqlserver2005 suse textbox tracking treeview unauthorized validatedate validation vb.net video videos virtualdirectory vista visual-studio visualstudio web webapplications webarchitecture webdevelopemnt webprogramming webservice youareanotmemberofthedebuggerusers





