ajax file upload

后端 未结 3 1608
一整个雨季
一整个雨季 2021-01-07 00:35

I am struggling to get a file uploaded, processed and displayed without reloading the page. What do I use for jquery to get the file posted to the server properly?



        
3条回答
  •  天涯浪人
    2021-01-07 01:16

    Using vanilla HTML, it is impossible to upload a file over an AJAX request. Take a look at something along the lines of SWFUpload. You can upload multiple files, specify wildcard filters for file section, and have the ability to display progress bars and other status information during the upload.

提交回复
热议问题