PDA

Click to See Complete Forum and Search --> : Upload files????


SpringSun
Nov 10th, 2000, 07:16 PM
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!!

glotzbam
Dec 8th, 2000, 03:10 PM
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.

noone
Dec 8th, 2000, 06:12 PM
This points to an example that does that using Java Servlets:
http://www.servlets.com/jsp/examples/ch04/index.html#ex04_17