Utility for uploading images to a REST endpoint.
1.0.3.1
# If there are any problems, make sure the dependencies are installed...
meteor add less
meteor add mrt:bootstrap-3
meteor add awatson1978:dropzone
# 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
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
.
MIT License. Use as you wish, including for commercial purposes.