
Open file dialog box and upload file
Use <input type="file"> to get the file. There are a number of ways to
upload the file, mostly using server components. There are a number of good
tutorials around on this. For me, since I am dealing with small files, I
use PureASP
--
Andrew Butchart
http://www.abutchartconsulting.com
Quote:
> I am writing a web page using vbscritpt and ASP. I would like the user to
> browse their file system and choose the path and file by the windows
> conventional open file dialog box. And also, after clicking the "Submit"
> button, the chosen file can upload to a defined position in the server.
How
> can I do this? Any hints?