1
votes

Can I upload others than image file on Cloudinary? If i can, is it use the same API to upload it? Or i have to use different API to upload it? Thanks

1

1 Answers

1
votes

Cloudinary provides end-to-end solution (i.e. upload, storage, maintenance, manipulations & CDN based delivery) for your Images & videos.
It also allows you to upload, manage & deliver any other file types as further explained here: http://cloudinary.com/blog/using_cloudinary_to_manage_all_your_website_s_assets_in_the_cloud

More general information on uploading your assets to Cloudinary can be gained from the following docs: http://cloudinary.com/documentation/image_upload_api_reference#upload

Cloudinary::Uploader.upload("sample_spreadsheet.xls",
  :public_id => "sample_spreadsheet",
  :resource_type => :raw)