Page 1 of 1

uploading files

Posted: Sun May 21, 2006 12:46 am
by prwalleri
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

Posted: Sun May 21, 2006 12:56 am
by RobertGonzalez
Show your form code and your upload.php code.

Posted: Sun May 21, 2006 3:33 am
by dibyendrah
why you want to do that with two forms instead of one ?