How can I check if the browser support HTML5 file upload (FormData object)?

后端 未结 7 1924
离开以前
离开以前 2020-12-08 04:38

How can I check if the browser support HTML5 file upload (FormData object)?

var fd = new FormData();

Following the answer from this post, b

7条回答
  •  自闭症患者
    2020-12-08 05:06

    You could may be use the workaround provided by this library. https://github.com/francois2metz/html5-formdata

提交回复
热议问题