This plugin is working well for form submission, except for uploading files.
Looking in the code, I descovered that posting inputs is made possible when defining the request variable by : data:$form.serialize()
. The documentation for (serialize) states : 'Data from file select elements is not serialized'.
So question : is there someone who made an addition supporting file uploads. I have already started thinking to add a function myself, unless there is already some solution out there.