Hello, I have created a product in Zope which is based on external files. The problem is that everything works okay if I upload a file with a filesize of 10 MB. But it fails if I upload a file with a filesize of 18 MB. When I worked with PHP there was a limit in the php.ini file where you set the maximum size of an uploaded file. Does the same work for python/Zope or is it something else that is wrong ? Regards, -- Gitte Wange Jensen Sys Admin, Developer and a lot more MMmanager.org Aps, Denmark Phone: +45 29 72 79 72 Email: gitte@mmmanager.org Web: www.mmmanager.org Quote of the day: ..Unix, MS-DOS, and Windows NT (also known as the Good, the Bad and the Ugly). - Matt Welsh
While I was testing Data.fs limits I successfully uploaded files (into normal OFS/File objects) of ~300MB and ~650MB. The 650MB file gave a timeout after loading but loaded OK. Zope has a timeout built in (somewhere?) of somethign like 30minutes (I was loading over a 10-base-T network).
From: Gitte Wange <gitte@mmmanager.org> Organization: MMManager.org Date: Mon, 13 Aug 2001 13:28:58 +0200 To: zope@zope.org Subject: [Zope] HTTP upload - filesize limit
Hello,
I have created a product in Zope which is based on external files. The problem is that everything works okay if I upload a file with a filesize of 10 MB. But it fails if I upload a file with a filesize of 18 MB.
When I worked with PHP there was a limit in the php.ini file where you set the maximum size of an uploaded file.
Does the same work for python/Zope or is it something else that is wrong ?
Regards,
-- Gitte Wange Jensen
Sys Admin, Developer and a lot more MMmanager.org Aps, Denmark
Phone: +45 29 72 79 72 Email: gitte@mmmanager.org Web: www.mmmanager.org
Quote of the day: ..Unix, MS-DOS, and Windows NT (also known as the Good, the Bad and the Ugly).
- Matt Welsh
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
participants (2)
-
Gitte Wange -
marc lindahl