uppy/examples/multiple-instances
2019-04-01 11:20:57 +02: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 a bunch of dependencies 2019-04-01 11:20:57 +02:00
package.json Update a bunch of dependencies 2019-04-01 11:20:57 +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