September 2017
Intermediate to advanced
450 pages
11h 24m
English
Let's perform the following steps to add authentication requirements to view our uploaded Cloudinary images:
...upload: function(image, options) { if (!options) options = {}; options.type = "authenticated"; ...},...uploadBuffer: function(buffer, options) { if (!options) options = {}; options.type = "authenticated"; options.discard_original_filename = true; ...},...
Read now
Unlock full access