So i have iframe and i\'m uploading files through it, so my question is how can i stop it in the middle of the loading? I\'ve tried to change src with jquery function attr
attr
This works for me (IE, Chrome, FF, Opera):
$iframe.attr('src','about:blank');