javascript - cross domain upload with uploadify -
i trying upload video file youtube youtube data api(using python client library) through uploadify,
this trying
$('#id_file').uploadify({ 'uploader' : uploadify.swf', 'script' : 'https://uploads.gdata.youtube.com/action/formdataupload...........(youtube post url)', 'scriptaccess' : 'always', });
but getting flash security error while uploading
this screenshot of error msg.
,
does uploadify support third party upload? or need configuration ?
any input help.
thanks
Comments
Post a Comment