[TYPO3-dev] Path to cached/temp Imagefile

Andreas Wengrzik wengrzik at ewr.de
Wed May 17 09:20:19 CEST 2006


Hi List!

How can i get the current link to an imagefile which is a result of 
something like this:

[code begin]
$conf = array(
  	 "file" => "fileadmin/gallery/image1.jpg",
   	 "width" => "200",
);
$imgTag = $this->cObj->IMAGE($conf);
[/code end]

The reason why i need this is an mouseOver function where i want to use 
a smaller image and not the original
image file (orig files are ~ 100kb)

Is there a possibility to predefine the tempfilename in the $conf array??

Thanks!

bye

-andreas w.




More information about the TYPO3-dev mailing list