In reference to the demo mode in Marketplace, this thread says that "the demo works only if relative urls are used and breaks when full url(starting with /<username >) is used."
As documented in many places, I am using the "https://creatorexport.zoho.com/DownloadFile.do?filepath=/<%=titleImage%>&sharedBy=<%=zoho.adminuser%>&appLinkName=<%=zoho.appname%>&viewLinkName=Books_View" technique for displaying images that have been uploaded using the application I have developed. Of course, everything works perfectly until this application is published to Marketplace and demo is selected. None of the images appear in the demo because the URL now has /zsdemo[x] added in.
Is there a way to use a relative URL instead of an absolute URL to render a stored image or some other workaround available?
As always, thanks for your help.
John