IE 11: Error while sending Multipart Form Data request: Stream ended unexpectedly

前端 未结 4 1348
挽巷
挽巷 2021-02-08 14:05

I am trying to upload files along with some other form fields using jQuery AJAX calls.

This is a common function that calls the URL on the server:

functi         


        
4条回答
  •  春和景丽
    2021-02-08 14:42

    It happened to me, the problem was that there was location.reload once document was selected for upload. This stopped the stream to be parsed.

提交回复
热议问题