This demo uses components from https://github.com/tomitrescak/meteor-uploads
https://atmospherejs.com/tomi/upload-server https://atmospherejs.com/tomi/upload-jquery
Running meteor
from the CLI should run everything. You can also manually setup your project by adding these packages:
$ meteor add tomi:upload-server tomi:upload-jquery twbs:bootstrap
- Default upload location is
/uploads
. It will be created automagically for you when you launch your project and upload. I've omitted it from the repo. - This fork is based on https://github.com/wesyah234/fileUploadDemo2