Re: Re: Re: [Zope] Limit size download file in Zope wih LocalFS

2007-01-08 Thread Alan
Thanks Dieter, We use Plone 2.1.2, Zope (Zope 2.8.5-final, python 2.3.5, sunos5), Python 2.3.5 (#1, Feb 14 2006, 10:51:41) with LocalFS-1.7rc1-andreas.tar.gz modified (#from OFS.content_types import find_binary from zope.app.content_types import find_binary) It was working before we switched

Re: Re: Re: [Zope] Limit size download file in Zope wih LocalFS

2007-01-08 Thread Dieter Maurer
Alan wrote at 2007-1-8 15:48 +: ... However, why Zope is not able to cope with filestream_iterator anymore? What happened here since we only switched zope to apache? The problem you have reported definitely has to do only with LocalFS and Zope, not with Apache. And what we are loosing since

Re: Re: [Zope] Limit size download file in Zope wih LocalFS

2007-01-07 Thread Dieter Maurer
Alan wrote at 2007-1-5 10:32 +: ... If I try to download a file bigger than 128 kb, I got a smaller file and when I 'cat' it I got the 'object' (like open file '/scratch/ccpngrid/JOBS/PDBS_all.pdb', mode 'rb' at 0x323c7558) Modern versions of LocalFS return a string for files smaller than

Re: Re: [Zope] Limit size download file in Zope wih LocalFS

2007-01-05 Thread Alan
Thanks Andrea for your attention. Not clear error message. If I try to download a file bigger than 128 kb, I got a smaller file and when I 'cat' it I got the 'object' (like open file '/scratch/ccpngrid/JOBS/PDBS_all.pdb', mode 'rb' at 0x323c7558) Playing with the browser mode of LocalFS (tab

Re: Re: [Zope] Limit size download file in Zope wih LocalFS

2007-01-05 Thread Andreas Jung
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 How to reproduce with a bare Zope instance with LocalFS installed? - --On 5. Januar 2007 10:32:39 + Alan [EMAIL PROTECTED] wrote: Thanks Andrea for your attention. Not clear error message. If I try to download a file bigger than 128 kb, I

[Zope] Limit size download file in Zope wih LocalFS

2007-01-04 Thread Alan
Hi List! I got a problem. I found out that any file located in a LocalFS folder bigger than 128 Kb (precisely 131071 bytes) cannot be download from zope portal since the administrator move it over apache. I mean, I can download a pdf file of 8 Mb from Plone, but I cannot download any file from

Re: [Zope] Limit size download file in Zope wih LocalFS

2007-01-04 Thread Andreas Jung
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 - --On 4. Januar 2007 17:52:07 + Alan [EMAIL PROTECTED] wrote: Hi List! I got a problem. I found out that any file located in a LocalFS folder bigger than 128 Kb (precisely 131071 bytes) cannot be download from zope portal since the