Fullwebservice
03-06-2003, 08:13 PM
Hi
I want to have something like this, http://www.webhostingforums.net/help.htm
I just made this as an example i know it wont work but thats what i want , i want it to let people browse for a ZIP file and when they click SEND it will send the file to my mail box.
the browse button on that page is totaly wrong, well to be honest i dont think anything is write,
this is that code from that page
<form name="form1" method="post" action="">
<p>Email address:
<input type="text" name="Email">
</p>
<p> Zip File:
<input type="text" name="Zip File">
<input type="submit" name="Browse" value="Browse">
</p>
<p>
<input type="submit" name="Submit2" value="Send">
<input type="reset" name="Submit3" value="Reset">
</p>
</form>
If anyone can help me i would be greatful.
I will be using PHP formmail to send it to my mail box. well i hope i will be able to if i wont be able to please let me know
thanks.
I want to have something like this, http://www.webhostingforums.net/help.htm
I just made this as an example i know it wont work but thats what i want , i want it to let people browse for a ZIP file and when they click SEND it will send the file to my mail box.
the browse button on that page is totaly wrong, well to be honest i dont think anything is write,
this is that code from that page
<form name="form1" method="post" action="">
<p>Email address:
<input type="text" name="Email">
</p>
<p> Zip File:
<input type="text" name="Zip File">
<input type="submit" name="Browse" value="Browse">
</p>
<p>
<input type="submit" name="Submit2" value="Send">
<input type="reset" name="Submit3" value="Reset">
</p>
</form>
If anyone can help me i would be greatful.
I will be using PHP formmail to send it to my mail box. well i hope i will be able to if i wont be able to please let me know
thanks.