Uploaded Images in HTML Views

Uploaded Images in HTML Views

I would like to display uploaded images on my HTML views.  I followed the instructions on the following page to no avail.

https://kbase.creator.zoho.com/general/i-have-uploaded-images-to-my-form-using-the-upload-field-type-how-can-i-refer-this-image-in-my-html-view

Is this problem possibly due to my application being "Private"?  If so is there a way to use a "key" within the url to allow access?

Here is the generic html code:

rec = Form [Image_Name = input.ImageName];
<img src='https://creatorexport.zoho.com/DownloadFile.do?filepath=/<%=rec.FileUpload%>&sharedBy=userName&appLinkName=app1&viewLinkName=view1'>

Thanks!