[thelist] ASP JMail Question

Lonnie Kraemer lwkraemer at earthlink.net
Mon Jan 27 23:31:01 CST 2003


> How would one configure an HTML form and the server side JMail code to
allow
> users to upload files from their own PC to the web server?

Use <input type="file"> in the form. Don't forget
enctype="multipart/form-data" in the form tag.

JMail is an ASP component for SENDING email from ASP. It has nothing to
do with user uploading files. You will need to use a script or component
specifically designed for this, such as SA-FileUp.

Search Google "asp file upload" will give you several options.




More information about the thelist mailing list