What are the correct steps to capture data with uploadify?
Posted
by Curtis
on Stack Overflow
See other posts from Stack Overflow
or by Curtis
Published on 2010-05-11T18:27:18Z
Indexed on
2010/05/11
18:34 UTC
Read the original article
Hit count: 237
Does anyone have a demo of using uploadify with additional fields and saving to database? The site's examples don't explain the process in depth and I am not familiar with jquery.
I don't know why but I can't get my head around how too integrate the two. I have the demo working and I have my app which uses traditional php/html forms working.
I need to conduct basic form collection with uploadify in the mix. Collect data and check data with feedback and then process into database and post back a confirmation.
How do I feed information back to the uploadify form if there is a problem from the upload.php file?
How do I access my data in the upload.php file?
how do I redirect the upload page to a confirmation page after a succeeful upload?
© Stack Overflow or respective owner