| | |
Uploading Files!!!
Please support our ASP.NET advertiser: Intel Parallel Studio Home
![]() |
•
•
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 asp asp.net bc30451 bottomasp.net browser businesslogiclayer button c# c#gridviewcolumn checkbox class click commonfunctions compatible confirmationcodegeneration content contenttype control countryselector courier css database datagrid datagridview datagridviewcheckbox datalist deadlock deployment development dgv dropdownlist dropdownmenu dynamic edit embeddingactivexcontrol expose findcontrol flash flv formatdecimal forms formview gridview homeedition iframe iis javascript jquery list login menu microsoft mono mssql multistepregistration nameisnotdeclared numerical objects order panelmasterpagebuttoncontrols problem ratings rotatepage save schoolproject search security serializesmo.table silverlight smartcard sql sqlserver2005 ssl suse textbox tracking unauthorized validation vb.net video virtualdirectory vista visual-studio visualstudio vs2008 web webarchitecture webdevelopemnt webdevelopment webservice wizard xml youareanotmemberofthedebuggerusers





