"Frank Morris" <a6a29440 (AT) telus (DOT) net> wrote:
Quote:
Can anyone help me code a file upload form field so that the file is
delivered as an attachment to the email results? |
This is a long story, see
http://www.cs.tut.fi/~jkorpela/forms/file.html
The HTML side of the matter is rather simple (you just use <input
type="file" ...> and make sure you have an http: URL in action="..."
and enctype="multipart/form-data" and method="post" in the <form> tag).
The rest is more complicated and depends on the server-side technology
available.
--
Yucca,
http://www.cs.tut.fi/~jkorpela/
Pages about Web authoring:
http://www.cs.tut.fi/~jkorpela/www.html