Re: [Zope] ZipFOlder - ZIP file too big?
19 Feb
2003
19 Feb
'03
7:57 a.m.
| OdesÃlatel: Jaroslav Lukesh <lukesh@seznam.cz> | I use successfully ZipFolder (at full Python + Zope 2.5.1 / Win32) but | after few minutes of upload 93MB file Zope says me: Zip file too big and | some other errors. | | Does have somebody know which size is limit for ZipFolder? OK, self-reply: In ZipImporter.py is size defined: # To be overwritten: def max_zipfile_size(self): """return maximum size for zip files. Default 4MB""" return 4*1024*1024; So when I restart Zope, I will try to change it. JL.
8447
Age (days ago)
8447
Last active (days ago)
0 comments
1 participants
participants (1)
-
Jaroslav Lukesh