B4J Question [BANanoServer] How to access Assets Folder contents?

Mashiane

Expert
Licensed User
Longtime User
Hi

I have an image in assets folder. Normally I just save it as "./assets/img2.png" to refer to it on my normal BANano app. This works.

B4X:
<img id="tblprojects_1_display_avatar" src="./assets/img2.png" alt="">

For a BANanoServer version this is enterpreted as a results its broken.

1683123296085.png


What have I overlooking?

1683123500226.png


Thanks in advance.
 
Top