jq-ajax-progress jQuery plugin that adds support of progress promise How to $.ajax(url) .progress(function() { // tracking downloading }) .uploadProgress(function() { // tracking uploading }); LICENSE MIT