CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Oct 2008
    Posts
    3

    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'

  2. #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.

  3. #3
    Join Date
    Oct 2008
    Posts
    3

    Resolved 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.
    Last edited by kumar_k508; October 22nd, 2008 at 12:57 AM.

  4. #4
    Join Date
    Jan 2009
    Posts
    1

    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
  •  





Click Here to Expand Forum to Full Width

Featured