Page 1 of 1

pass param from JSTransferStarted

Posted: Tue Dec 13, 2011 1:49 pm
by truongvu
I have param below
document.writeln('<PARAM NAME="param4" VALUE="tagname">');
document.writeln('<PARAM NAME="value4" VALUE="+ data_pass +">');
When i change variable 'data_pass' from jquery , it not change when i send to PHP script. :(
How can i change it ! Can I pass it from JSTransferStarted ?
Thanks .

Re: pass param from JSTransferStarted

Posted: Thu Dec 22, 2011 2:41 pm
by support
You have to cal: document.fileupload.setExtra("name", "value");