https://github.com/tomitrescak/meteor-tomi-upload-jquery
https://github.com/tomitrescak/meteor-tomi-upload-jquery
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tomitrescak/meteor-tomi-upload-jquery
- Owner: tomitrescak
- License: mit
- Created: 2014-11-06T01:00:10.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-10-11T22:34:44.000Z (over 8 years ago)
- Last Synced: 2024-12-28T16:28:22.421Z (5 months ago)
- Language: JavaScript
- Homepage:
- Size: 92.8 KB
- Stars: 14
- Watchers: 7
- Forks: 22
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
This is a client interface package for the [Meteor Uploads](https://github.com/tomitrescak/meteor-uploads)
Use via {{> upload_bootstrap}}
If you are seeking for the comfort of this package but with uploads to S3, please go to: [https://github.com/tomitrescak/meteor-tomi-uploads-s3](https://github.com/tomitrescak/meteor-tomi-uploads-s3)
For the full documentation and instructions and **issues** on use go to [https://github.com/tomitrescak/meteor-uploads](https://github.com/tomitrescak/meteor-uploads).
[](https://atmospherejs.com/tomi/upload-jquery)
####Version Info
* 2.4.0 - Now fully compatible with Meteor 1.3
* 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