[Zope] What's limiting my file uploads?
Dieter Maurer
dieter at handshake.de
Fri Dec 30 13:33:30 EST 2005
Kirk Strauser wrote at 2005-12-29 11:03 -0600:
> ... large uploads fail ...
>For testing purposes, the contents of "username" and "password" are six
>bytes long. As long as the file specified in "contents" is short (7843
>bytes or less), the "form section of the formatted request object looks
>like:
>
> form
> username 'something'
> password '<password obscured>'
> contents <ZPublisher.HTTPRequest.FileUpload instance at 0x91307ec>
>
> cookies
> ...
>
>As soon as the length of the submission crosses the 7843 byte barrier,
>though, it becomes empty:
Such a problem was discussed a few months ago on the mailing list.
I think, the poster finally found the solution. Searching the archive
might help you.
--
Dieter
More information about the Zope
mailing list