Re: [Zope] ExtFile Extention Mappings

2005-04-09 Thread Stefan H. Holek
Why? Because one of the main tricks of ExtFile is the ability to have files and images served statically by Apache, right out of the repository. Apache determines the mime type to serve from the file extension, ergo ExtFile has to make sure there is one. How? from mimetypes import

Re: [Zope] ExtFile Extention Mappings

2005-04-08 Thread Satchidanand Haridas
Hi, Have you had a look at the Config.py file? I believe you can change the settings there so that the Zope filenames are preserved including the extensions. More specifically, I am referring to the following section in Config.py: section # repository file extension handling ZOPEID = 0