knightdriver
01-16-2007, 07:26 PM
Hi,
I have a PHP page that allows a user to enter info into a database and upload 3 images.
What I want to do is pass the parameters entered to an intermediate page and then to a 3rd page for processing.
I know how to pass all the text type values but I am having trouble passing the image selection values. ("<input name="imgfile" type="file" id="imgfile">")
Is there a way to pass the value entered here from one page to another? "<input name="imgfile" type="file" id="imgfile">"
I cannot seem to find a way to do this without processing it on the very next page after the form is submitted. I need to hold the value and process it on the 3rd or fourth page after the form is submitted.
Please help.
Thanks in advance.
Knight.
I have a PHP page that allows a user to enter info into a database and upload 3 images.
What I want to do is pass the parameters entered to an intermediate page and then to a 3rd page for processing.
I know how to pass all the text type values but I am having trouble passing the image selection values. ("<input name="imgfile" type="file" id="imgfile">")
Is there a way to pass the value entered here from one page to another? "<input name="imgfile" type="file" id="imgfile">"
I cannot seem to find a way to do this without processing it on the very next page after the form is submitted. I need to hold the value and process it on the 3rd or fourth page after the form is submitted.
Please help.
Thanks in advance.
Knight.
