简体   繁体   中英

Uploading image to the cloudinary using Jquery?

I tried to follow the tutorial, but I did not get any idea. Though, please can anyone provide the full example.

Unfortunately, Cloudinary's documentation is dispersed over a few pages. It takes a bit of searching to piece together the complete plugin functionality.

For starters, go through the following links:

  1. http://cloudinary.com/documentation/jquery_image_upload
  2. http://cloudinary.com/blog/direct_image_uploads_from_the_browser_to_the_cloud_with_jquery
  3. http://cloudinary.com/documentation/jquery_integration

Check out the second link. I tried this and it worked for me.

Note that with the jQuery you can perform both unsigned-uploads or signed with a server-side, Cloudinary's docs includes sample projects to the common server-side frameworks which demonstrate both server side and client-side uploads with the jQuery library (both signed and unsigned). For example, for PHP: https://github.com/cloudinary/cloudinary_php/tree/master/samples/PhotoAlbum

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM