cloudinary_angular icon indicating copy to clipboard operation
cloudinary_angular copied to clipboard

How to pass cloudinary transformation params?

Open Tyvain opened this issue 10 years ago • 3 comments

I try to put it in the formData as follow:

formData : {
           timestamp : data.timestamp,
           api_key : data.api_key,
           signature : data.signature,
           width: 100, height: 100, crop: 'limit'
        }

But it doesn't work.

How can I pass the transformation params to limit the file upload size?

thank you.

Tyvain avatar May 05 '14 23:05 Tyvain

Hi Tyvain, I don't think my plugin has an easy way to do eager transformations. I suggest you check out Cloudinary's official angular plugin now, it probably supports this and can offer better support than I can:

https://github.com/cloudinary/cloudinary_angular

jbcpollak avatar May 29 '14 17:05 jbcpollak

Do you have a link to the official cloudinary angular plugin? can't find it...

On Fri, May 30, 2014 at 4:40 AM, Joshua Chaitin-Pollak < [email protected]> wrote:

Hi Tyvain, I don't think my plugin has an easy way to do eager transformations. I suggest you check out Cloudinary's official angular plugin now, it probably supports this and can offer better support than I can:

https://github.com/cloudinary/cloudinary_angular

— Reply to this email directly or view it on GitHub https://github.com/jbcpollak/cloudinary_angular/issues/10#issuecomment-44560813 .

Tyvain avatar Jun 03 '14 03:06 Tyvain

It was in my last email, but here it is again:

https://github.com/cloudinary/cloudinary_angular

jbcpollak avatar Jun 03 '14 12:06 jbcpollak