Show a progress on multiple file upload Jquery/Ajax

后端 未结 2 1999
忘掉有多难
忘掉有多难 2020-12-07 14:32

I have upload form that allows users to upload multiple files. I decided that a progress bar would be good if the files are quite large. Below is my source code. I am new to

2条回答
  •  时光说笑
    2020-12-07 15:26

    You must use a custom XMLHttpRequest to do this with AJAX and jQuery. There's an example here: How can I upload files asynchronously?

提交回复
热议问题