[Zope] Re: [Zope]How to display uploaded file sizes in Zwiki?

Simon Michael simon@joyful.com
08 Jun 2001 17:14:16 -0700


"Jason Cunliffe" <jasonic@panix.com> writes:
> New to Zwiki.. I am uploading some various sample animation files,
> python source and example images to a Zwiki site.
> 
> How can display the size of these in Zwiki?

Hi Jason,

quick answer.. have a look at RecentChanges, which displays the
modification time of zwiki pages. I think it should be easy to tweak
(call getSize() on objects of meta type 'Image').

Cheers
-Simon