I need the same form to be submitted whether the user clicks on the submit button or selects a file to upload. I also need a warning to confirm if the user wants to navigate away without saving.
See http://jsfiddle.net/fuW2j/
When the submit button is clicked, the beforeunload
event is unbound.
How can I make this happen for the file upload as well?
DEMO
HTML
js
.change()