uppy/examples/node-xhr
2019-03-28 16:47:31 +01:00
..
.gitignore change example name for node and commit node 2019-03-28 16:44:52 +01:00
index.html change example name for node and commit node 2019-03-28 16:44:52 +01:00
main.js change example name for node and commit node 2019-03-28 16:44:52 +01:00
package-lock.json change example name for node and commit node 2019-03-28 16:44:52 +01:00
package.json change example name for node and commit node 2019-03-28 16:44:52 +01:00
readme.md update readme 2019-03-28 16:47:31 +01:00
server.js change example name for node and commit node 2019-03-28 16:44:52 +01:00

Uppy + Node xhr Example

This example uses @uppy/xhr to upload files to the local file system.

Run it

Move into this directory, then:

Move into this directory, then:

npm install
npm start