So, I have a inventory app where I'd like to store pictures and update the pictures when needed. I've created a form and used a formula to display the pics in a view using the following formula:
("<img width='100' src='http://creatorexport.zoho.com/DownloadFile.do?filepath=/" + Image_Upload + "&sharedBy=" + zoho.adminuser) + "'/>"
I pulled this from the K
B article: "How to render the images uploaded in Zoho Creator." It works when I'm just adding a record and displays in my default view just fine. I created some links to the individual records to edit in my default form, but cannot update them with the pictures I want as when I select a file and hit the "update" button, I get an infinite "Please Wait" and nothing happens. I looked around the form code and couldn't find what it could be.
5 brownie points to whoever can answer my problem.
Cheers!