Re: [Zope] find a file's type

2005-07-27 Thread Peter Bengtsson
All File objects have a content_type property. Try On 7/27/05, Allen Huang <[EMAIL PROTECTED]> wrote: > is there any dtml codes that can display a file's type? > > I made a site that allows a person to send up a document file. But in the > end what I really wanted is to let people to upload

[Zope] find a file's type

2005-07-27 Thread Allen Huang
is there any dtml codes that can display a file's type?   I made a site that allows a person to send up a document file. But in the end what I really wanted is to let people to upload .doc files. Since I didn't put any restriction on it, people always send up a smaller .pdf file instead.   So how