Hello there,

I have a weird problem, in my current project am using
"jquery.uploadify" to upload files onto server which use "Scriptdata'
to pass the additional information to script which is accessed by
server for further process and its working perfectly fine.

Problem am facing occurs under this situation.
I am calling this uploadify event on document.ready() function and
passing script data(which are the drop down values selected on the
form) and uploads works fine with all validation. Later once i change
the drop down values and try to upload it fails reason script data
contains older values not the changed values. So, i wrote one more
uploadify function inside the onchange event of dropdown to get the
changed values and now the problem i face is "On My page i have
multiple instance of uploadify" on every change of dropdown values it
starts to create/duplicates the instance of uploadify.
So, situation is i have a $('#fileInput').fileUpload({}) in both
onready and onchange events.


regards,
    Santosh

Reply via email to