This support forum is no longer in use. Please use the Cloudinary Community at https://community.cloudinary.com/ to receive assistance from other members of the community and from Cloudinary's support team. For account-specific questions or if you believe that you've encountered a bug, please contact the Cloudinary team directly via the "submit a request" option on this support site.

Using aspose add on

Comments

2 comments

  • Avatar
    JeongWoo Park

    To further clarify, right now I have two image uploaders like this:

    <%= f.cl_image_upload(:attachment, allowed_formats:["jpg", "jpeg", "pdf", "png", "doc", "docx"], :resource_type => 'auto') %>

    <%= f.cl_image_upload(:attachment, allowed_formats:["jpg", "jpeg", "pdf", "png", "doc", "docx"], :resource_type => 'auto', :raw_convert => 'aspose') %>

    the first one to support non-raw files and second for raw files, but I would like to have just a single uploader that can detect if its a raw file and call aspose conversion when appropriate

    0
    Comment actions Permalink
  • Avatar
    Itay Taragano

    Thank you for reporting about this.
    Our team is taking a deeper look at this issue. We'll let you know of any updates.
    Thanks.

    0
    Comment actions Permalink

Post is closed for comments.