Hi! all,
I am trying to create a web base an application. In that I would like to put all the images like “.jpg”, “.gif” and some html pages in to some different directory instead of database resource. I got some help from same time database that all these files including .css are kept under
“Domino\Data\Domino\Html(NewlyCreateFolder)\abc.jpg”
for ex let say i have created a folder named “ABC” the i put all the images into this folder.
for calling the file on the page or form I used
I i used first time to create a document the images are show fine. when i saved the document and open that document all the images are not show. if i try to find the path through the properties it complet path showing
http://serverName/DbName/abc/xyz.jpg
if document is new i.e if i am creating new document its path is
http://serverName/abc/xyz.jpg and this time images are displaying well.
I am not aware why second time images path looking for it database.
Pls hlep me and also suggest me is there any other directory in to domino to put all these images and html file.
its working fine