Results 1 to 5 of 5

Thread: [RESOLVED] Upload from Client to a Server

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Sep 2002
    Location
    Hendersonville , NC
    Posts
    260

    Resolved [RESOLVED] Upload from Client to a Server

    Help

    I want to send a file from MY LOCAL MACHINE (a pdf file) to a server running the web application. (to a pre-determined path on that server). Example .. the web application is a shopping cart. Customers can UPLOAD a pdf of their tax exempt status so it is on file at the servicing end. Will the VS control FileUpload accomplish this. I have seen where you can push a document from the SERVER to the client ... but not from the remote webuser client back to the servicing webserver application.

    thanks

    gollnick
    William E Gollnick

  2. #2
    Frenzied Member
    Join Date
    Jan 2006
    Posts
    1,875

    Re: Upload from Client to a Server

    if i am not wrong you are looking for fileupload control...have a look at this
    __________________
    Rate the posts that helped you

  3. #3
    PowerPoster gep13's Avatar
    Join Date
    Nov 2004
    Location
    The Granite City
    Posts
    21,963

    Re: Upload from Client to a Server

    Hello gollnick,

    Yes the FileUpload control will do what you are asking, however, this is not something that you Web Site will be able to do automatically. This will always have to be a user selected file, that they initiate the transfer of. If you are ok with that, then the FileUpload control is exactly what you need.

    Let us know if you have any problems.

    Gary

  4. #4

    Thread Starter
    Hyperactive Member
    Join Date
    Sep 2002
    Location
    Hendersonville , NC
    Posts
    260

    Re: Upload from Client to a Server

    Thank you yes. Worked this out over the weekend. Also using the contains method to make sure I'm ONLY getting a pdf. Thank you very much

    gollnick
    William E Gollnick

  5. #5

    Thread Starter
    Hyperactive Member
    Join Date
    Sep 2002
    Location
    Hendersonville , NC
    Posts
    260

    Re: Upload from Client to a Server

    Yes thank you very much. Also using the CONTAINS method to make sure only getting a pdf.

    gollnick
    William E Gollnick

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