Hello,
I am trying to read an entityimage column's record using the image url - "{0}/Image/download.aspx?entity={1}&attribute={2}&id={3}" . The Entity image in the column is uploaded by users through a form which allows maximum upload size of 10 MB
However, when i retrieve the record to display in portal i always receive it in 144 x 144 size. Is there a configuration to retrieve full image through the above url or "GET" API is the only way to retrieve full image size (Please refer the attachment)
Thanks
VK
Hi @iKalai8913 ,
There is a great article by Franco Musso about how to get full image via Web API - https://francomusso.com/how-to-retrieve-image-columns-using-the-portal-web-api - please check it out.