This is a client interface package for the Meteor Uploads
Use via {{> upload_bootstrap}}
For the full documentation and instructions on use go to https://github.com/tomitrescak/meteor-uploads.
####Version Info
- 2.0.0 - Big update
- Full support for Semantic UI
- Breaking change in 'getFileInfo', 'getDirectory' and 'finished' callbacks, when fileInfo is now passed in the callback. See the documentation.
- Update the DEMO application to showcase all current possibilities
- Possibility to automatically create directories on server
- Possibility to delete files on server with UploadServer.delete(path)
- 1.1.1 - Bugfixed 'multiple' parameter
- 1.1.0 - Added the drag and drop zone support
- 1.0.7 - Bugfixes
- 1.0.6 - Added possibility to add extra form elements
- 1.0.5 - Bugfixes
- 1.0.4 - Bugfixes
- 1.0.3 - Complete redesign, Allowing upload of multiple files, supporting only Bootstrap
- 1.0.2 - Added reactive variables for the uploaded file info
- 1.0.1 - Added Semantic.ui support
- 1.0.0 - Initial Version with Bootstrap support