[Zope] how to get the value of size of a word-document
Nico Grubert
nico@beehive.de
Wed, 02 Feb 2000 17:12:41 +0100
Hi,
I select "file" from the Available Objects list and add a MSWord-File
with the id "myDoc.doc"
Zope will add this object.
Klicking on this object will show me the following screen:
Id : myDoc
Title : formular
Content Type : application/msword
Precondition :
Size : 66,048 bytes
Last modified : 2000/01/25 19:41:7.68741 GMT+1
How can I get the value for size of the uploaded doc-file to show it
into a index_html for instance ???
The value of "Last modified" I get with:
<dtml-var bobobase_modification_time fmt="%d/%m/%Y - %H:%M">
thank you
regards
nico