Hi,
Attempting to insert an image into a header. I click the "insert image" button on the toolbar, browse for the file, fill out the dialog, and the image appears on the form. Then I build and upload the app. But when I test the app online, the image is not there. All I see is a blank box. When I view source, I see the URL is incorrect. It's local, such as:
"file:///C:/appname/tmp/images/home.gif"
Is this a bug or am I pebkac'ing this? I've tried using a URI, and get this in view source:
"file:///C:/appname/tmp/images/https://asprunner.com/forums/file.php?topicimage=1&fieldname=question&id=14380&image=1&table=forumtopics">
Thanks.
Rich