I want the file input will automatic upload my image without enter any submit button.
<form action="/upload/" method="post" enctype="multipart/form-data">
<input type="hidden" name="user_id" value="47" />
<input type="file" name="upload" />
</form>
Let me know the trick with jQuery