The “tick” mark of dropzone is not showing?

前端 未结 1 1250
误落风尘
误落风尘 2021-01-25 22:41

I have been using dropzone to upload the image file on my localhost. Everything is working fine, file is being uploaded and saved, however, the progress bar is not replaced by t

相关标签:
1条回答
  • 2021-01-25 23:15

    use res.end('File have been uploded') at the end of your route. When using dropzone, it doesn't acknowledge that the file has been uploaded if res.end is not fired. Hence the animation was not working

    0 讨论(0)
提交回复
热议问题