RE: [coldbox:11087] Coldbox Uploadify issue

This is an excerpt of our code. We set those values as JavaScript variables farther up the page and include them here since this is from a .js file.

$(’#fileData’).uploadify(
{
uploader:’/sharedImages/flash/uploadify.swf’,
script:’/index.cfm/fileManagement/ehAttachmentAdmin/upload’,
scriptData: {
jsessionID: gJsessionID,
cftoken: gCftoken,
cfid: gCfID
},
cancelImg:’/sharedImages/buttons/cancel.png’,
auto:true,
folder:’/temp’,
scriptAccess:‘always’,
etc…
});

~Brad

i’ve added this but still get the same 303 error

scriptData: {
CFID: ‘#cookie.CFID#’,
cftoken: ‘#cookie.cftoken#’
},

sorry 302 error