uppy/examples/multiple-instances
2019-06-03 13:53:56 +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 babel in examples 2019-05-20 11:27:04 +02:00
package.json Update babel in examples 2019-05-20 11:27:04 +02:00
readme.md examples: mention that you need to install & bootstrap 2019-06-03 13:53:56 +02: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

To run this example, make sure you've correctly installed the root repository:

npm install
npm run bootstrap

Move into this directory, then:

npm install
npm start