M
MajesticEm
Guest
I am building the site using yahoo sitebuilder. I entered this code into the 'html code field' (See below)... When I enter the code into the area the box appears fine, BUT when you try to submit it, an error page comes up. How can I get it to go to an email address instead?
I
<FORM METHOD=POST ENCTYPE="multipart/form-data" ACTION="../cgi-bin/mycgi.pl">
File to upload: <INPUT TYPE=FILE NAME="upfile"><BR><<INPUT TYPE=SUBMIT VALUE="Submit">
</FORM>
I need the code to allow others to upload files via my site
I
<FORM METHOD=POST ENCTYPE="multipart/form-data" ACTION="../cgi-bin/mycgi.pl">
File to upload: <INPUT TYPE=FILE NAME="upfile"><BR><<INPUT TYPE=SUBMIT VALUE="Submit">
</FORM>
I need the code to allow others to upload files via my site