uploading files
Posted: Sun May 21, 2006 12:46 am
I am uploading a file using
<FORM enctype="multipart/form-data" method=post id=form1 name=form1 action="upload.php">
and the file gets uploaded however I loose the information entered into a text box.
How can I get around using 2 form statements?
Thanks for your help,
Peter
<FORM enctype="multipart/form-data" method=post id=form1 name=form1 action="upload.php">
and the file gets uploaded however I loose the information entered into a text box.
How can I get around using 2 form statements?
Thanks for your help,
Peter