scriptdata

uploadify changing scriptData

when i call uploadifySettings("scriptData", { 'description': description }); it mean that param description is set one time after click button upload, how can i set param description on each file that uploads ? for example i want to upload 10 files so i can change param description 10 times ...

Can't change 'scriptData' when using Uploadify plugin for JQuery

I'm using the plugin from here: http://www.uploadify.com/ I'm trying to update/add scriptData but it isn't working. The value always remains the same, what am I doing wrong!? :( Here is the relevant code from my header.. <script type="text/javascript"> $(document).ready(function() { $('#sampleFile').uploadify({ 'uploader':...