alfn7511 / image-uploads-dropzonejs-node-express

A simple example of an image upload facility using the Dropzone.js plugin on the client, and a simple Node.js/Express server-side component

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#Image Uploading with Dropzone.js, Node.js and Express

This simple example of an image upload facility is designed to accompany a SitePoint article on DropzoneJS. The server-side component is written using Node.js and Express.

Article URL: http://www.sitepoint.com/file-upload-form-express-dropzone-js/

Full details will be in the article, but here's a quickstart:

  1. Clone the repository
  2. Ensure that uploads/ is writeable
  3. Optionally run vagrant up, then vagrant ssh, then cd /vagrant
  4. Run npm install
  5. Run bower install
  6. Run the app with node index.js
  7. The app will run on port 8080

About

A simple example of an image upload facility using the Dropzone.js plugin on the client, and a simple Node.js/Express server-side component


Languages

Language:HTML 53.4%Language:JavaScript 29.6%Language:Shell 17.0%