Alex GG
Posts: 0
Joined: Thu Nov 14, 2013 11:11 pm

Retrive image Data URL from Image Component

Hi Evgene,

this is the correct link :

http://res.cloudinary.com/dumilcpfa/i...

In my first post I'd revomed the cloud name.

And yes, once you upload the image to cloudinary, you can find the direct link of every image on your cloud..

Yurii Orishchuk
Posts: 0
Joined: Fri Feb 14, 2014 8:20 am

Retrive image Data URL from Image Component

HI Alex,

When you upload an image and receive direct link to the image you can:

1 Store this link in LSV.

2 Store this link in DB.

3 Set this link as asset to image component.

pre

var imageSrc = "http://.....";
Appery("imageName").attr("src", imageSrc);

/pre

Regards.

Peter Perecz
Posts: 0
Joined: Sun Feb 01, 2015 9:02 pm

Retrive image Data URL from Image Component

Hello Alex,
I have been struggling trying to upload a camera shot to Cloudinary. You say you could manage to do that?
Could you please share how? It would be a great help to progress with my app -

Many thanks in advance.

Regards,
Peter

Alex GG
Posts: 0
Joined: Thu Nov 14, 2013 11:11 pm

Retrive image Data URL from Image Component

Hi peter, yes I ́ve managed to upload pictures to cloudinary...
What you have done yet?

Peter Perecz
Posts: 0
Joined: Sun Feb 01, 2015 9:02 pm

Retrive image Data URL from Image Component

Hello Alex, thanks a lot for getting back. I could set up the "unsigned" API service and this is working fine when I feed it with jpegs, png, jpg formed as a http link. But if I try to use Base64 images shoot by the camera it fails. The url parameter returns empty this case.
(I have made some screenshots about my REST service here;
http://res.cloudinary.com/haris-engin...
http://res.cloudinary.com/haris-engin...
http://res.cloudinary.com/haris-engin...
http://res.cloudinary.com/haris-engin...)
(The Upload settings of Cloudinary is as follows;
http://res.cloudinary.com/haris-engin...)

Your help is very much appreciated as I almost went crazy yesterday trying to find out what's wrong.

Regards,
Peter

Peter Perecz
Posts: 0
Joined: Sun Feb 01, 2015 9:02 pm

Retrive image Data URL from Image Component

Alex, one more screenshot representing the way how the API works
http://res.cloudinary.com/haris-engin...

Thanks,
Peter

Alex GG
Posts: 0
Joined: Thu Nov 14, 2013 11:11 pm

Retrive image Data URL from Image Component

Hi peter, I set up this functionallity for a friend about 3 months ago...I dont quite remember anything about it,,,but if you let me a couple of days to dig into it, I ́ll guide you to make it work!

Regards

Peter Perecz
Posts: 0
Joined: Sun Feb 01, 2015 9:02 pm

Retrive image Data URL from Image Component

Hello Alex, thank you for spending your time on it. I appreciate a lot.

Regards,
Peter

Alex GG
Posts: 0
Joined: Thu Nov 14, 2013 11:11 pm

Retrive image Data URL from Image Component

Peter, what is your email.
Im sending you a backup of a test app (uploading pictures to cloudinary)

Peter Perecz
Posts: 0
Joined: Sun Feb 01, 2015 9:02 pm

Retrive image Data URL from Image Component

Hi Alex. This is a href="mailto:peter.perecz@gmail.com" rel="nofollow"peter.perecz@gmail.com/a. Many thanks

Return to “Issues”