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

    Uploading files in ASP.NEt

    I want to upload some files through my .aspx page

    when i give the pysical path of the local server machine it works fine
    but when i gor for the server path by Server.Mappath() it generates an error of part of Path not found
    can anybody help me
    thanx

  2. #2
    Join Date
    Mar 2005
    Posts
    3

    Unhappy Re: Uploading files in ASP.NEt

    hi softpioneer,
    I am doing my project titled "web service for MMS" we have downloaded the file successfully. But the problem is that as you said you get error "part of path not found", me too getting the same error while trying to download the file to client.

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