The data source is a json file, I've got 5 rows and some images for each row.
The problem is that some of the image urls are url encoded, and that url are not rendered into images.
I mean:
Code: Select all
this one is correctly rendered as image
http://<server_ip>/2020/06/03/17/1555/1555_DE927SJ_ITA_2020-06-03-17-29-38-734_9400_094.jpg
this one NO WAY
http://<server_ip>/2020/06/03/17/1554/1554_%D9%A3%D9%A7%D9%A2%D9%A8%E2%80%AC%E2%80%AD%D9%88%E2%80%8C%D8%B7%E2%80%AC_EGY_2020-06-03-17-29-46-407_8800_099.jpg
Any help? Thank you!