Upload files, form within form

Creative Handz

New Member
Hello everyone and thanks in advance.I have a problem and I have 2 form into one another, the domestic form is to perform a file upload.As I can do to make when sending in internal form not run the main form.\[code\]<form name="x" method="post" action="xxx.php"> .... <form action="" method="post" enctype="multipart/form-data" target="xxx"> <input type="file" /> <input type="submit" /> </form> <iframe id="xxx" src="http://stackoverflow.com/questions/3780863/process.php"> </iframe> .... <input type="submit" name="pro" value="http://stackoverflow.com/questions/3780863/Register user"/ ></form>\[/code\]Doing this does not work, as this within another form.Any help or possible solution.
 
Back
Top