View Full Version : field lists of formmail


friendly37
07-26-2005, 01:54 AM
hello every body

I have asked this question but no one answers

i want a complete lists of formmail fields especially that field of uploading pictures.

please give me a link a web site .

I have searched in google, but in vain. it gives all the fields except for the codes on how to upload a picture.

this is usally done by dating sites when they ask for a visitor picture
i want that script that do that

thank you

starlet
07-26-2005, 04:00 AM
http://www.cs.tut.fi/~jkorpela/forms/file.html

friendly37
07-27-2005, 12:21 AM
hello

thank you

listen i have put this line into my form but still there is no upload of the picture when I see my email. I find the other text information but the photo there is no.

please what's wrong?

This is my form:

<form action="http://wheredata.net/v-cgi/forms.cgi"
enctype="application/x-www-form-urlencoded"
method="post">
<table> <tr>
<th align="right">
name:
</th>
<td>
<input type="text" name="name" size="30" />
</td>
</tr>
<tr>
<th align="right">
email:
</th>
<td>
<input type="text" name="email" size="30" />
</td>
</tr>
<tr>
<th align="right">
country:
</th>
<td>
<input type="text" name="country" size="30" />
</td>
</tr>
<tr valign="top">
<th align="right">
comments:
</th>
<td>
<textarea name="comments" rows="6" cols="30"></textarea>
</td>
</tr>

<tr>
<th></th>
<td><input type="file" name="datafile" size="100">
</td>
</tr>


<tr>
<th></th>
<td>
<input type="submit" name="Submit" value="Submit Form" />
</td>
</tr>
</table><input type="hidden" name="_vDeckformid" value="250" />
</form>

friendly37
07-27-2005, 10:25 PM
hey i have asked a question but no one knows i am very patient, but there is no answer although in any site you find formmail that asks for uploading pictures.

please help