An open API service indexing awesome lists of open source software.

https://github.com/tomitrescak/meteor-tomi-upload-jquery


https://github.com/tomitrescak/meteor-tomi-upload-jquery

Last synced: 5 months ago
JSON representation

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).

[![Meteor Icon](http://icon.meteor.com/package/tomi:upload-jquery)](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