The "Freeola Customer Forum" forum, which includes Retro Game Reviews, has been archived and is now read-only. You cannot post here or create a new thread or review on this forum.
/public_html/up2/up3/
I got this code from Geocities as I couldnt figure it out myself, I have edited it and made it more mine. But the problem is it doesnt ''post'' (upload) the file to that directory, anybody know why?
<FORM ENCTYPE="multipart/form-data" METHOD=POST ACTION="/public_html/up2/up3">
<input type="file" name="userfile" size="50"><BR><BR><p>
<center><input type="submit" NAME="op-upload" value="Upload Files">
<input type="reset" value=" Clear "></center>
</center>
<p></FORM>
/public_html/up2/up3/
I got this code from Geocities as I couldnt figure it out myself, I have edited it and made it more mine. But the problem is it doesnt ''post'' (upload) the file to that directory, anybody know why?
<FORM ENCTYPE="multipart/form-data" METHOD=POST ACTION="/public_html/up2/up3">
<input type="file" name="userfile" size="50"><BR><BR><p>
<center><input type="submit" NAME="op-upload" value="Upload Files">
<input type="reset" value=" Clear "></center>
</center>
<p></FORM>