awatson1978 / dropzone-ui

Simple UI for uploading images to a REST endpoint.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dropzone-ui

Utility for uploading images to a REST endpoint.

travis-build

Meteor Version

1.0.3.1

Dependencies

# If there are any problems, make sure the dependencies are installed...
meteor add less
meteor add mrt:bootstrap-3
meteor add awatson1978:dropzone

Installation

# Should be as simple as cloning the repository...  
git clone https://github.com/awatson1978/dropzone-ui.git

# And then running it...
cd dropzone-ui
meteor

Screenshot

DropzoneUI

Notes

This example uploads a file to the /programs/server/assets/app/uploads directory. If you're running it on a local development environment, you'll need to go to .meteor/local/build/programs/server/assets/app/uploads.

Licensing

MIT License. Use as you wish, including for commercial purposes.

About

Simple UI for uploading images to a REST endpoint.


Languages

Language:Shell 65.5%Language:JavaScript 27.9%Language:CSS 6.6%