23 / resumable.js

A JavaScript library for providing multiple simultaneous, stable, fault-tolerant and resumable/restartable uploads via the HTML5 File API.
MIT License
4.65k stars 611 forks source link

addFiles() manually but no trigger upload event #581

Open saiballo opened 3 years ago

saiballo commented 3 years ago

Hi all,

I would read all files inside a dir (server code is ok) and display it on my list in page.

I use addFiles() method but after I manually add files to the resume object, upload() method is triggered... and it's a problem.

How can I add files to resume object without trigger upload action?

thanks