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.

enter image description here,

does uploadify support third party upload? or need configuration ?

any input help.

thanks


Comments

Popular posts from this blog

How to access named pipes using JavaScript in Firefox add-on? -

multithreading - OPAL (Open Phone Abstraction Library) Transport not terminated when reattaching thread? -

node.js - req param returns an empty array -