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.
<input type="file">
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.
tgreer
Made Her Cry
2,118 posts since Dec 2004
Reputation Points: 227
Solved Threads: 37