[Gambas-user] Data.Image WebTable (gb-web-gui)

Safiur Rahman isafiur at gmail.com
Tue Jul 6 13:09:03 CEST 2021


Hi

In Ubuntu 20.04 you can create a folder in /var/www/html to host your
images, documents.
sudo mkdir /var/www/html/docs

Now you have to send your image file to this document
sudo cp <your file> /var/www/html/image.png

Now you can use this image file in web Table
Data.Html = "<img style='height: 100%; width: 100%;'
src=http://<ip>/docs/image.png>"
-- 
Regards
Safiur Rahman


More information about the User mailing list