multi page and uploading - infinity003 - Feb 9th, 2010
I'm trying to create a multi page form that has a file upload on the first page. When I try to initialize it, the file field does not get recognized. When I put the file upload on the last page of the process, it seems to work. What do I need to do to carry the file data through from page 1 to the submission page?
RE: multi page and uploading - Ben - Feb 12th, 2010
Hey infinity,
Unless it's actually a bug, it shouldn't make a difference which page you place the file upload. Just to make sure: did you remember to pass the "file_data" => $_FILES parameter to the ft_api_process_form function on your first page?
- Ben
RE: multi page and uploading - infinity003 - Feb 13th, 2010
(Feb 12th, 2010, 10:20 PM)Ben Wrote: Hey infinity,
Unless it's actually a bug, it shouldn't make a difference which page you place the file upload. Just to make sure: did you remember to pass the "file_data" => $_FILES parameter to the ft_api_process_form function on your first page?
- Ben
Ben-
I can't say what I did exactly but it seems to work now. Thanks for the reply.
|