dropzone.js - how to do something after ALL files are uploaded

后端 未结 9 1171
花落未央
花落未央 2020-12-13 05:48

I am using dropzone.js for my drag-drop file upload solution. I am stuck at something where I need to call a function after all the files are uploaded. In this case

9条回答
  •  一向
    一向 (楼主)
    2020-12-13 06:25

    I was trying to work with that solutions but it doesn't work. But later I was realize that the function it wasn't declared so I watch in to the dropzone.com page and take the example to call events. So finally work on my site. For those like me who don't understand JavaScript very well, I leave you the example.

    
    
    

提交回复
热议问题