What are the correct steps to capture data with uploadify?
- by Curtis
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?