Primož Rejec
Posts: 0
Joined: Mon Feb 17, 2014 10:05 pm

Hello. I'm willing to pay if anyone can send me screenshot on how to display images from database? I need sollution urge

Hi Winanjaya.

I used photobucket. Copyed the url and pasted it to image row. However you could try the tutorial for displaying image from camera. Maybe that would help for your problem.

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

Hello. I'm willing to pay if anyone can send me screenshot on how to display images from database? I need sollution urge

Hi Winanjaya.

Do you still have an issue with this case?

If so - please provide us information about what you currently have(how did you stored files in DB) and how would you like to display it.

Thanks.

B510
Posts: 0
Joined: Wed Jun 04, 2014 2:17 pm

Hello. I'm willing to pay if anyone can send me screenshot on how to display images from database? I need sollution urge

Yes,

What I have now ..is a table named MTWI_Photo and I want to display the image from external app ..

if it's not related to this topic.. then please close this..

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

Hello. I'm willing to pay if anyone can send me screenshot on how to display images from database? I need sollution urge

Hi Winanjaya.

Please specify where is your image.

Do you have an url for this image?

If so you can just set "Asset" property for the image component with this URL. See how to do it: http://prntscr.com/3rah0i/direct

Also if you have this image in base64url format you can do the same as with URL.

May be you want to set image asset with JS code, so you can use code below:

precode

//Note "imageComponentName" - should be replaced with your image component name.
//Second parameter should be URL to your goal image or base64 image string.
Appery("imageComponentName").attr("src", "http://t0.gstatic.com/images?q=tbn:ANd9GcSppL4tXtAKthu5AQaARLMNEWT8JKhxdeSCdFYN1vEP5Fo-4YJ-xw");

/code/pre

Regards.

Return to “Issues”