Hi,
I have a problem : an src apparently cannot reach an image in the real “Data” folder, but only from remote ressource or from virtual exeOutput for PHP data.
I have the following structure :
Test.exe
Test.userpref
\main -> index.php ; virtualizedImage.jpg
\Data -> realImage.jpg
index php contains (among others !) a classic tag.
After compiling the “main” directory, which produces the test.exe file, the following are working :
But this one is not working :
Everythingh looks like ExeOutput for PHP is unable to reach for a real image in the real “Data” path.
I must precise that I understand image can be incorporated (virtualized) into the exe file at compile time, and I have good reasons not to pre-compile images in virtual data path : what I intend to do is an image gallery where image sare changing after compilation time. Very roughly, user will add images in the real “Data” folder and browse them using the compiled php script. Since images will change at any tyime it is not possible to include them in the virtual path before compilation.
Many thanks for any help.
I have a problem : an src apparently cannot reach an image in the real “Data” folder, but only from remote ressource or from virtual exeOutput for PHP data.
I have the following structure :
Test.exe
Test.userpref
\main -> index.php ; virtualizedImage.jpg
\Data -> realImage.jpg
index php contains (among others !) a classic tag.
After compiling the “main” directory, which produces the test.exe file, the following are working :
But this one is not working :
Everythingh looks like ExeOutput for PHP is unable to reach for a real image in the real “Data” path.
I must precise that I understand image can be incorporated (virtualized) into the exe file at compile time, and I have good reasons not to pre-compile images in virtual data path : what I intend to do is an image gallery where image sare changing after compilation time. Very roughly, user will add images in the real “Data” folder and browse them using the compiled php script. Since images will change at any tyime it is not possible to include them in the virtual path before compilation.
Many thanks for any help.
Last edited: