I expect the UploadCare dialog to open after clicking the MyButton button that displays the Twitter logo, but that is not the case. Why not?
$('#MyButton').on('click', function() {
uploadcare.openDialog('https://g.twimg.com/About_logoUsage.png');
return false;
});
source
share