Uploadify: Passing a form's ID as a parameter with scriptData
- by Matt
I need the ability to have multiple upload inputs on one page (potentially hundreds) using Uploadify. The upload PHP file will be renaming the uploaded file based on the ID of the input button used to submit it, so it will need that ID.
Since I will be having hundreds of upload buttons on one page, I wanted to create a universal instantiation, so…