It looks like you're new here. If you want to get involved, click one of these buttons!
$("#fileUpload").uploadify({
'scriptAccess': 'always',
'uploader': '/Scripts/uploadify/uploadify.swf',
'script': 'upload',
'multi': false,
'auto': true,
'scriptData' : { SessionId: .... etc },
}
'uploader': 'http://www.domainB.com/uploadify.swf',
'script': 'http://www.domainB.com/upload.aspx',