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.
For a BANanoServer version this is enterpreted as a results its broken.
What have I overlooking?
Thanks in advance.
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.
What have I overlooking?
Thanks in advance.