Marco_Oliva
New member
I’m trying to visualize some image imported with “exo_return_hescriptcom(“UserMain.ImportImage”, “Error”);” in “tmp” folder inside Default “Data folder”. (Data/tmp)
I’m trying to point to them by
Checking with php, images are correctly inside that folder.
Any suggestions?
I’m trying to point to them by
<img src="ghe://heserver/tmp/filename.jpg"> fail<img src="/tmp/filename.jpg"> fail<img src="Data/tmp/filename.jpg"> failChecking with php, images are correctly inside that folder.
Any suggestions?
Last edited by a moderator: