feathers-example-fileupload icon indicating copy to clipboard operation
feathers-example-fileupload copied to clipboard

A feathers file upload example, using feathers-blob.

feathers-example-upload

A Feathers.js file upload example, using feathers-blob.

Features:

  • Simple feathers-blob example and REST client.
  • Example with multipart/form-data support and real-time client.

How to use it:

  • 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.html for a dropzone example with socket.io client.
  • Enjoy.