jquery file upload - IE done callback data.result issue

后端 未结 8 746
借酒劲吻你
借酒劲吻你 2020-12-01 05:41

I\'m using jQuery file upload plugin.

I don\'t use the UI part, only basic one.

When I do the following, I\'m having an issue in

8条回答
  •  既然无缘
    2020-12-01 06:02

    I had problems similar to the ones mentioned above and found that changing the response type from application/json to text/plain fixed those issues.

提交回复
热议问题