Results 1 to 3 of 3

Thread: Upload files????

  1. #1

    Thread Starter
    New Member
    Join Date
    Oct 2000
    Posts
    6

    Question

    Dear All:
    I have a problem. I want to use .html or .asp to make a page and this page can let user select one of his file(on his pc) and then click submit buttom to upload to webserver. is it possible? Anyone can help me? Or where can i find example code?
    Thank you vary much!!

  2. #2
    Member
    Join Date
    Mar 2000
    Posts
    32
    I know that it is possible. There are some third party ASP objects that work in conjunction with the file upload html element. I don't know the name of anything off hand and have never used such a tool, but I know that it is possible.

    The html page would allow them to select a file (one of the form elements is a file box). The action of the html page would be a call to a function within the dll that resides on the server. That is roughly how it would work.


  3. #3
    Hyperactive Member
    Join Date
    Mar 2000
    Posts
    292
    This points to an example that does that using Java Servlets:
    http://www.servlets.com/jsp/examples...x.html#ex04_17
    "People who think they know everything are a great annoyance to those of us who do."

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