Upload to your
email address? Hmmm.
You can have the user upload any file at all, by placing a file upload element on your page.
There are some optional attributes, such as ID or NAME, and SIZE (referring to the size of the textbox, not the size of the file.
The form must be properly encoded to allow files to be posted, add the
enctype="multipart/form-data" key-value pair to your FORM element.
Once it's on the server, you'd use whatever server-side language you use to process the file, which could include emailing it somewhere.
Reputation Points: 227
Solved Threads: 37
Made Her Cry
Offline 1,697 posts
since Dec 2004