Skip to content

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

Notifications You must be signed in to change notification settings

lukaswhite/image-uploads-dropzonejs-node-express

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

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

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.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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published