DSN
06-07-2005, 06:39 PM
Hi there,
I have build a page but it isn't finished.
the only thing i want to add is the possibillity
to add a file to the form. How can i add something like
a "browse..." button? and how can i be sure that the attachment
is really sent to my e-mail adress using a CGI script?
(I use this one: http://members.chello.nl/cgi-bin/mailto/~j.schirk/thanks.htm?Digisoft.Nijmegen@chello.nl )
I have been trying a few things like this code:
<form action="http://members.chello.nl/cgi-bin/mailto/~j.schirk/thanks.htm?Digisoft.Nijmegen@chello.nl Method="post">
(A few other fields)
<input type="file" Value="Bladeren..." name="userfile">
</form>
But that one didn't send the file itself. it only sent something like:
File=C:\My documents\Design.zip
I want to receive the file itself.
Can anyone help me?
(i added the html/form file as a .txt file)
(Sorry if my english isn't to good, it isn't my language)
greetings,
DSN
I have build a page but it isn't finished.
the only thing i want to add is the possibillity
to add a file to the form. How can i add something like
a "browse..." button? and how can i be sure that the attachment
is really sent to my e-mail adress using a CGI script?
(I use this one: http://members.chello.nl/cgi-bin/mailto/~j.schirk/thanks.htm?Digisoft.Nijmegen@chello.nl )
I have been trying a few things like this code:
<form action="http://members.chello.nl/cgi-bin/mailto/~j.schirk/thanks.htm?Digisoft.Nijmegen@chello.nl Method="post">
(A few other fields)
<input type="file" Value="Bladeren..." name="userfile">
</form>
But that one didn't send the file itself. it only sent something like:
File=C:\My documents\Design.zip
I want to receive the file itself.
Can anyone help me?
(i added the html/form file as a .txt file)
(Sorry if my english isn't to good, it isn't my language)
greetings,
DSN