I would like to to create a 2-step file uploader:
- Open dialog.
- Select one file from computer.
I would like to eliminate the step where the user must submit the form, and instead do it automatically with JavaScript. Is there anyway to achieve it?
Thanks.