[Zope] AW: ExtImage

Heine, Gregor heine@cdc-group.com
Thu, 24 Aug 2000 14:30:19 +0200


> Hello,
> 
> A newbie question. Could you pls propvide an example of mentioned
> in readme.txt "preview" and "icon-gif" methods to view thumbnails and
> images? 
> 
> Best regards,
>  Alexander N. Chelnokov

Hi!

Create an ExtImage object (e.g. in the folder path/to/your) and upload an
image (e.g. image.jpg). 
You can now call the image with:
http://your.server:8080/path/to/your/image.jpg or
http://your.server:8080/path/to/your/image.jpg/index_html
the preview is accessed via
http://your.server:8080/path/to/your/image.jpg/preview
and the icon via http://your.server:8080/path/to/your/image.jpg/icon_gif

hope that helps,

	MacGregor!