jerocosio / autoform-cloudinary

Easily upload images to Meteor using Cloudinary and Simple Schema
13 stars 11 forks source link

Using Cloudinary *without* Autoform #10

Open SachaG opened 9 years ago

SachaG commented 9 years ago

I'm interested in using this package to add file upload to my forms, but at the same time I also have use cases where I might need to upload files through some other means. For example, someone might provide a URL to a file instead of uploading it from their local machine.

What do you think would be the best way to accomplish this? Use another Cloudinary package in addition to this one?

Pushplaybang commented 7 years ago

You could trying using https://github.com/Lepozepo/cloudinary - but its basically a wrapper around the node package with some convenience helpers, and if you're up for it, it may be best to just install the npm package so that you've got even more control of your interactions with cloudinary.