Topic: Change form multipart not using ajax
Hello,
I notice that ordinary form and multipart form (for uploading file) works differently. Ordinary form will use normal http request while multipart form use ajax. It is indicated by the url. Ordinary form change the url (if there are get variable, it will be disappear) but in multipart form it doesn't change.
This behavior cause the javascript I made that is placed after submit process is not executed. Is there any way to fix this?
I think best solution is deactivate ajax processing for multipart form.