Reputation: 787
Hi I am searching for hours for some solution, that would enable me to send normal form data from text inputs and file upload in one ajax call, but without using FormData because poor support in IE.
Is there any way how to achieve this?
Upvotes: 2
Views: 287
Reputation: 1845
I have not tried it by myself. But this jQuery Plugin should be able to do that: http://www.malsup.com/jquery/form/#file-upload
Upvotes: 1