Yahya
Posts: 0
Joined: Tue Nov 11, 2014 1:08 pm

image src from file data service

I have a project where user will login with user and password and upload a picture to be his screen image.

when login successfull I want to show his uploaded image in next screen image src

how to get the image from the database with the user token and map it to the image component.

Evgene Karachevtsev
Posts: 12
Joined: Mon Apr 28, 2014 1:12 pm

image src from file data service

Hello Yahya,

Please look at this link: http://devcenter.appery.io/documentat...

Yahya
Posts: 0
Joined: Tue Nov 11, 2014 1:08 pm

image src from file data service

Thank you for your prompt response,

I got the list from of files from files collection, but unfortunately I am not able to map it to an image component in the page.

Please see attached.

Image

She
Posts: 0
Joined: Wed Oct 08, 2014 12:46 am

image src from file data service

does your _id has an stored image source? like
x.jpg
y.jpg

Yahya
Posts: 0
Joined: Tue Nov 11, 2014 1:08 pm

image src from file data service

below is what the _id has

6274ee55-c610-47f4-a9e2-42ec8a516f34.number3.jpg

Thank you

Yahya
Posts: 0
Joined: Tue Nov 11, 2014 1:08 pm

image src from file data service

below is what the _id has

6274ee55-c610-47f4-a9e2-42ec8a516f34.number3.jpg

Thank you

Yahya
Posts: 0
Joined: Tue Nov 11, 2014 1:08 pm

image src from file data service

Any help ..? I am stuck and can't move to next step.

She
Posts: 0
Joined: Wed Oct 08, 2014 12:46 am

image src from file data service

Hi yahya,

I dont know if this will work to you, try to seperate the column of jpg into the database and put the file inside. then map it.

Image Image

Yahya
Posts: 0
Joined: Tue Nov 11, 2014 1:08 pm

image src from file data service

I am using File Collection not php server. I need to map the result of retrieving service to an image on the screen

Yahya
Posts: 0
Joined: Tue Nov 11, 2014 1:08 pm

image src from file data service

It seems no one from support team has solution for me. I tried all the ways and methods and scripts and mappings I am unlabeled to retrieve image from file collection to and image component.

Return to “Issues”