Lepozepo / cloudinary

MIT License
94 stars 42 forks source link

Allows offline #91

Open nicooprat opened 8 years ago

nicooprat commented 8 years ago

You can try in your browser console:

Meteor.connection.disconnect();
// Then try to upload a file
Cloudinary.collection.find().fetch();
// Returns the local picture object
Meteor.connection.reconnect()
// If no error in request signing, the upload begins
// else, the picture is removed from the local collection