Skip to content

Instantly share code, notes, and snippets.

@Morse-Code
Forked from mmacedo/gist:2475470
Created April 24, 2012 03:06
Show Gist options
  • Save Morse-Code/2475870 to your computer and use it in GitHub Desktop.
Save Morse-Code/2475870 to your computer and use it in GitHub Desktop.
JQuery ajax upload.onprogress binding
$.ajax
# ...
beforeSend: (xhr) =>
if xhr.upload?
xhr.upload.onprogress = =>
console.log arguments...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment