HighDots Forums  

file upload tags

alt.html.tags alt.html.tags


Discuss file upload tags in the alt.html.tags forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Frank Morris
 
Posts: n/a

Default file upload tags - 03-06-2004 , 10:28 AM






Can anyone help me code a file upload form field so that the file is
delivered as an attachment to the email results?

George
wildsalmon (AT) telus (DOT) net



Reply With Quote
  #2  
Old   
Jukka K. Korpela
 
Posts: n/a

Default Re: file upload tags - 03-06-2004 , 11:45 PM






"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




Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.