Jquery Ajax Upload File (html5 FormData) 2018-5-22 0:00 | notes | 阅读次 | 120 字 | 1 分钟 How to use Jquery Ajax to upload files with uploading progress get single file123let data = $('input[tpye=file]')[0].files[0]let file = new FormData()file.append(... ajaxjquery