0

I am developing a Rails application and I want to upload a picture directly from my browser using Cloudinary.

I followed all steps from the Cloudinary page and ended up with a box and a question mark after I "uploaded" it, no picture at all. Any ideas what might be the problem?

usmanali
  • 2,028
  • 2
  • 27
  • 38

2 Answers2

0

I am not sure what you have used. But you should use carrierwave with cloudinary. Cloudinary having some complex way to handle display and save image if you don't use carrierwave.

But carreirwave provide simpler way to achieve uploading and display image.

Without using carrierwave

Using carrierwave in compbination

Dipak Gupta
  • 7,321
  • 1
  • 20
  • 32
0

You should try the sample project and then check the differences: https://github.com/cloudinary/cloudinary_gem/tree/master/samples/photo_album

Itay Taragano
  • 1,901
  • 1
  • 11
  • 12