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

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -