uppy/examples/multiple-instances
2018-06-21 16:20:55 -04:00
..
.gitignore Merge remote-tracking branch 'origin/master' 2017-09-15 23:56:18 -04:00
index.html Merge remote-tracking branch 'origin/master' 2017-09-15 23:56:18 -04:00
main.js Update require() paths in examples. 2018-06-18 11:45:40 +02:00
package-lock.json update to status-bar and xhr-upload in: tests, website, dependencies, examples 2018-06-21 16:20:55 -04:00
package.json Update require() paths in examples. 2018-06-18 11:45:40 +02:00
readme.md Merge remote-tracking branch 'origin/master' 2017-09-15 23:56:18 -04:00

Multiple Instances

This example uses Uppy with the RestoreFiles plugin. It has two instances on the same page, side-by-side, but with different ids so their stored files don't interfere with each other.

Run it

Move into this directory, then:

npm install
npm start