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

mysql - java.sql.SQLException Parameter index out of range (1 > number of parameters, which is 0) -

c - ALSA programming: how to stop immediately -