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

matlab - How to equate a structure array to structure array -

c# - Operator '==' incompatible with operand types 'Guid' and 'Guid' using DynamicExpression.ParseLambda<T, bool> -