It looks like you're new here. If you want to get involved, click one of these buttons!
[[# special case for uploadify lib: the swf object does not read the ]]
[[# browser cookies when issuing a file POST, so we have to send the ]]
[[# session ID via orinary HTTP POST data. ]]
var scriptData = '[[ UPLOADIFY_SESSION_ID ]]'
? '&' + 'UPLOADIFY_SESSION_ID=[[ UPLOADIFY_SESSION_ID ]]'
+ '&' + $('#upload_form').serialize()
: '&' + $('#upload_form').serialize();
//alert(scriptData);
$('#fileUpload2').fileUploadSettings('scriptData', scriptData);
$('#fileUpload2').fileUploadStart();