/cloudinary-jquery-upload

Meteor package for image uploads to Cloudinary using jQuery.

Primary LanguageJavaScript

Cloudinary jQuery Uploads

Simple Meteor package with support libraries for uploading images to Cloudinary using jQuery method.

This package for the moment only enqueues the necessary scripts and Cloudinary jQuery plugin as indicated in Cloudinary documentation:

<script src='jquery.ui.widget.js' type='text/javascript'></script>
<script src='jquery.iframe-transport.js' type='text/javascript'></script>
<script src='jquery.fileupload.js' type='text/javascript'></script>
<script src='jquery.cloudinary.js' type='text/javascript'></script>

Also added the following for validation "bower_components/blueimp-load-image/js/load-image.all.min.js" "bower_components/blueimp-canvas-to-blob/js/canvas-to-blob.min.js" "bower_components/blueimp-file-upload/js/jquery.fileupload-process.js" "bower_components/blueimp-file-upload/js/jquery.fileupload-image.js" "bower_components/blueimp-file-upload/js/jquery.fileupload-validate.js"

You will need to configure your settings to upload files to your own cloud and set up a file upload input as described here: http://cloudinary.com/documentation/jquery_image_upload#direct_uploading_environment_setup

Read more also from Cloudinary blog.