Skip to content

Instantly share code, notes, and snippets.

@bolandrm
Created March 18, 2014 13:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bolandrm/9620473 to your computer and use it in GitHub Desktop.
Save bolandrm/9620473 to your computer and use it in GitHub Desktop.
listen for filepicker change event
$ ->
$('.filepicker-input').change (e, data) ->
url = e.originalEvent.fpfile.url
$('.js-filepicker-preview').attr('src', url)
$(this).closest('form').submit()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment