Brown Fox wrote:
> i want to know the size of an image or a file.
> 
> With
> <dtml-var "_.len(object)">
> i count objects, but for the length?

For images or file objects, I think you can try for:

<dtml-var "file_or_image.length">

cheers,

Chris

_______________________________________________
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )

Reply via email to