Example of a form processed with AJAX using jQuery, BackboneJS and a mediator module to publish events. It supports uploading files using the FormData interface.
This should work in all modern browsers that support FormData.
For browsers that don't support FormData, they will submit textual data only.