vipul
Posts: 0
Joined: Wed Jul 31, 2013 8:59 am

Retrieving a file from database

On a page load I need to show a person details in a grid
like Name Address and Its Image

Name and Address i am retrieving from Person Collection.

Person's Image i have stored in files table like PersonName.jpeg.
Now to retrieve this file i am creating a RestService with
FileName as request parameter but I am not able to set Response Parameter.

Also If there is any other way to get that image on page load pls let me know..!!!

Oleg Danchenkov
Posts: 0
Joined: Tue Apr 30, 2013 5:51 pm

Retrieving a file from database

If you upload your files via Files API you can use direct link to file http://docs.appery.io/documentation/b...
You can use this direct link as scr parameter of image.

Return to “Issues”