Skip to content

Instantly share code, notes, and snippets.

@RimonEkjon
Forked from dustym/gist:3556
Last active August 29, 2015 14:05
Show Gist options
  • Save RimonEkjon/b309139ebd007069f6a9 to your computer and use it in GitHub Desktop.
Save RimonEkjon/b309139ebd007069f6a9 to your computer and use it in GitHub Desktop.
jQuery-ajaxForm-Uploader
$('#file').change(function() {
$("#uploader").ajaxForm({iframe: true, success: success}).submit();
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment