A Feathers.js file upload example, using feathers-blob.
- Simple feathers-blob example and REST client.
- Example with
multipart/form-datasupport and real-time client.
- Clone or download it.
git clone https://github.com/CianCoders/feathers-example-fileupload.git $ cd feathers-example-fileupload$ npm install$ npm start- Visit
http://localhost:3030/for a simple feathers-blob example - Visit
http://localhost:3030/dropzone.htmlfor a dropzone example with socket.io client. - Enjoy.