I'm using this image uploader from codecanyon and am having a problem passing data from the form to upload.php (I have an ID that is passed into a GET variable from another form on another page. Here is the code:
<input class="IMU" type="file" path="files/" multi="true" startOn="auto" afterUpload="link" data="'id':'selector:#id'" maxSize="262144" allowRemove="true" />
That is the actual code presented by the script. I'm trying to use the data parameter found here - towards the bottom of the page and have no clue if I'm doing it right - I doubt it as it's not working. Thanks for any help.