Serialize file type jQuery

后端 未结 4 1594
长发绾君心
长发绾君心 2021-02-08 08:34

I\'m trying to serialize my form data including file image field using jquery.form.js jQuery API. The API is helping me to serailze data fields including image

4条回答
  •  醉话见心
    2021-02-08 08:51

    You can't use ajax for file upload. To simulate the effect though, you can have a form in a hidden iframe and submit/ .submit() it to the upload url.

    More or less like this one.

提交回复
热议问题