Images Broken on page?

Images Broken on page?

hey all

So I have a page that displays selected product information triggered via a custom function on a report.

It shows the name of the product and price fine (also tried a bit of similar code for the image but just retruns a "True" string)

Trying to get it to show the image that has been uploaded too, but keeps returning a broken image.

here is the code im using at the moment:


  1. htmlpage ProductSample(empid)
  2. <%{%>    <h2>Mood Board</h2><%prodLst = input.empid.toList();
  3.     for each prod in Add_Product  [ID in prodLst]
  4.     {%><%=prod.Product_Images.Primary_Pic%><br><%=prod.Product_Name%> <br> £<%=prod.Price%><br>
  5.   
  6. <img width='100' src="https://creatorexport.zoho.com" + zoho.appuri + "Shared_Report_Image/Product_Image/download/" + Product_Image + "'/>   
  7. <br><br>    <%}
  8. }%>
I got the image code from the Zoho help center, but it doesn't seem to work.

tried various different report links where the images are shown but still nothing.

any help would be great.

Thanks