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'
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.
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....
Quote:
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.
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