uploading files

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
prwalleri
Forum Newbie
Posts: 1
Joined: Sun May 21, 2006 12:41 am

uploading files

Post 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
User avatar
RobertGonzalez
Site Administrator
Posts: 14293
Joined: Tue Sep 09, 2003 6:04 pm
Location: Fremont, CA, USA

Post by RobertGonzalez »

Show your form code and your upload.php code.
User avatar
dibyendrah
Forum Contributor
Posts: 491
Joined: Wed Oct 19, 2005 5:14 am
Location: Nepal
Contact:

Post by dibyendrah »

why you want to do that with two forms instead of one ?
Post Reply