I\'m using uploadify on a page that allows a user to upload images as well as a category field in which to send those images. Now, I see that uploadify provides a \"scriptDa
Beside put the code to update the scriptData inside onOpen, you can also do it before starting upload. This can be done if you set auto to false, so you will need to call uploadifyUpload() manually.