ASP Upload

 


What browsers are compatible with .asp files?

You may use the following browsers (RFC 1867-compliant) to upload files:

Back to Top

 


How do I upload to a data directory?

You may upload up to three files and the corresponding asp script to a data directory by creating the following HTML form:

Back to Top

 


How do I upload to a database?

You may upload three files to a database by creating the following HTML form:

Back to Top

 


How do I upload an image from my database to a web page?

To include an uploaded image from your database in a web page you can use a regular <IMG> tag in your HTML page with the SRC attribute pointing to the asp script. Please see the following examples:

Back to Top