I am trying to incorporate images into my website. <br><br>However I would rather not use the methods listed in the &quot;Resources&quot; section of&nbsp; the Seaside Tutorial at <a href="http://www.swa.hpi.uni-potsdam.de/seaside/tutorial">http://www.swa.hpi.uni-potsdam.de/seaside/tutorial</a>. The CSS method reloads the image everytime,&nbsp; and the WAFileLibrary method inflates the Seaside image terribly. Using Apache as a proxy is not desirable because I am using Seaside mainly for its portability ie. I can stick the entire Seaside image on a flash drive and move the web-server from PC to PC with minimal hassle compared to other frameworks. <br>
<br>Is there some way to have the Seaside read the images&nbsp; off some directory on the file system?<br><br>Deech<br><br><br>