Incorporating images from Webserver(Generic/Flash) component
-
- Posts: 29
- http://meble-kuchenne.info.pl
- Joined: Sat Nov 21, 2020 10:38 pm
- Has thanked: 18 times
- Been thanked: 2 times
Incorporating images from Webserver(Generic/Flash) component
Where can I create a folder to put all the images to be correctly incorporated by the WebServer´s component pages ?
-
- Matrix Staff
- Posts: 1952
- Joined: Mon Dec 07, 2020 10:06 am
- Has thanked: 510 times
- Been thanked: 698 times
Re: Incorporating images from Webserver(Generic/Flash) component
Hello,
If you're using the example from here.
https://www.flowcode.co.uk/wiki/index.p ... amic_Files
Then the .htm files and image files live in the same Files folder which should be in the same directory as the Flowcode project file.
If you're using the example from here.
https://www.flowcode.co.uk/wiki/index.p ... amic_Files
Then the .htm files and image files live in the same Files folder which should be in the same directory as the Flowcode project file.
Regards Ben Rowland - MatrixTSL
Flowcode Online Code Viewer (Beta) - Flowcode Product Page - Flowcode Help Wiki - My YouTube Channel
Flowcode Online Code Viewer (Beta) - Flowcode Product Page - Flowcode Help Wiki - My YouTube Channel
-
- Posts: 29
- Joined: Sat Nov 21, 2020 10:38 pm
- Has thanked: 18 times
- Been thanked: 2 times
Re: Incorporating images from Webserver(Generic/Flash) component
Thanks for the return !.
Specifically, I´m trying to load a simple icon "FC8.bmp" image in the "index.htm", as part of an ESP32 WebServer page.
I´ve understood that the "images" and the "fcfx" files must be in the same directory. Is this correct ?
But it seems that didn´t work in this case - the image does not load after the simulation starts and the page loads.
Could someone give some clue to overcome this fact ?
Specifically, I´m trying to load a simple icon "FC8.bmp" image in the "index.htm", as part of an ESP32 WebServer page.
I´ve understood that the "images" and the "fcfx" files must be in the same directory. Is this correct ?
But it seems that didn´t work in this case - the image does not load after the simulation starts and the page loads.
Could someone give some clue to overcome this fact ?
- Attachments
-
- fig 1.jpg (58.58 KiB) Viewed 3595 times
-
- fig 2.jpg (20.11 KiB) Viewed 3595 times
-
- fig 3.jpg (55.58 KiB) Viewed 3595 times
-
- Matrix Staff
- Posts: 1952
- Joined: Mon Dec 07, 2020 10:06 am
- Has thanked: 510 times
- Been thanked: 698 times
Re: Incorporating images from Webserver(Generic/Flash) component
Hello,
The embedded html source type cannot display external inage resources. You can only use images with the dynamic file type webserver setting. The example in the wiki I linked to should show you how it works.
Let us know how your getting on.
The embedded html source type cannot display external inage resources. You can only use images with the dynamic file type webserver setting. The example in the wiki I linked to should show you how it works.
Let us know how your getting on.
Regards Ben Rowland - MatrixTSL
Flowcode Online Code Viewer (Beta) - Flowcode Product Page - Flowcode Help Wiki - My YouTube Channel
Flowcode Online Code Viewer (Beta) - Flowcode Product Page - Flowcode Help Wiki - My YouTube Channel
-
- Posts: 29
- Joined: Sat Nov 21, 2020 10:38 pm
- Has thanked: 18 times
- Been thanked: 2 times
Re: Incorporating images from Webserver(Generic/Flash) component
I will. I "neeleety" (need little time) on it.
Thanks.
Thanks.