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..!!!