|
-
October 15th, 2008, 01:19 AM
#1
could not find a part of the path(path of the file),when uploading a file using ftp
when uploading a file using FTP in asp.net(vb.net), in my local mechine the whole functionality is working good....
where as after hosted on the server except file uploading functionality remaining part of the project is working properly...
when uploading file i got an error:
Could not find a part of the path 'C:\Documents and Settings\user\Desktop\New Folder\Uniq.zip'
-
October 15th, 2008, 08:56 AM
#2
Re: could not find a part of the path(path of the file),when uploading a file using f
Can you show some code of exactly what you're trying to do? It sounds like you have a static path in your code somewhere. The error is telling you that the path does not exist on your hosted server.
-
October 17th, 2008, 06:07 AM
#3
Re: could not find a part of the path(path of the file),when uploading a file using f
Hi,
Thanks for your reply...
that problem was solved for me....
 Originally Posted by mmetzger
Can you show some code of exactly what you're trying to do? It sounds like you have a static path in your code somewhere. The error is telling you that the path does not exist on your hosted server.
Last edited by kumar_k508; October 22nd, 2008 at 12:57 AM.
-
January 15th, 2009, 08:17 AM
#4
Re: could not find a part of the path(path of the file),when uploading a file using f
how did you solve it, i have the same problem
GUido
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|