Skip to content

jsbranco/cloudinary-jquery-upload

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Meteor package for image uploads to Cloudinary using jQuery.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%