user2061853
user2061853

Reputation: 787

How to send form data with file upload with one Ajax call and don't use Formdata

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

Answers (1)

Sandro
Sandro

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

Related Questions