I have a form that lets users upload a image of them self. I need an jQuery event handler for when the input in uploaded. As always muchas gracias to any help.
<script>
$('#imageFile').someeventhander(function(){do some work son!});
</script>
<input id="imageFile" type="file">