Abort file upload with Javascript/Jquery -
how possible cancel pending post request using javascript/jquery?
i have upload form large files , want offer possibility abort upload after submit button triggered without reloading whole page.
var xhr = $.ajax({ //stuff}); //to canel call abort(). xhr.abort();
however, think requires further investigation. looked if jquery calls onaboort dom's event "stop waiting"/abort response.
Comments
Post a Comment