0

I am trying to upload images (file) using carrierwave to cloudinary for selecting the images using dropzone_js gem rails. tried many times it seems everything is fine but file is not uploading to cloudinary but the associated post is posting fine.

Logs

Controller file

Views file

  • 1
    I believe it is preferable to include your code in the body of your question instead of uploading pictures of your code. It's likely someone will want to try your code but it's unlikely anyone is willing to retype it from your pictures. – Dan Jan 09 '19 at 18:09
  • 1
    Yes Dan your right i will take care from next time. – Pradeep Rayapudi Jan 10 '19 at 06:17

1 Answers1

0

Maybe you can add the initializer that I pointed out here Rails 5 CarrierWave Gem Works in Production But Not In Development to be able to look the errors of carrierWave.

Javier Menéndez Rizo
  • 2,138
  • 3
  • 12
  • 22