[ZendTo] Re: Can't drop-off more than more than 900Mb files

SYE OOPL sye.oopl at gmail.com
Mon Apr 23 12:44:33 BST 2012


Update. It now works. We changed the php.ini settings to:

;post_max_size = 50000M
post_max_size = 2147473647

;upload_max_filesize = 50G
upload_max_filesize = 2147473647



On Mon, Apr 23, 2012 at 6:30 PM, SYE OOPL <sye.oopl at gmail.com> wrote:

> 50G. I'm using the Zendo Ubuntu VM. So I haven't changed anything in
> php.ini except to set the error_log path.
> Here's the log:
> [23-Apr-2012 17:33:53] PHP Warning:  POST Content-Length of 988720884
> bytes exceeds the limit of 889192448 bytes in Unknown on line 0
>
>
> On Mon, Apr 23, 2012 at 5:28 PM, Phil Daws <uxbod at splatnix.net> wrote:
>
>> What is the max upload you can perform set in php.ini ?
>> --
>> Thanks, Phil
>>
>> ------------------------------
>>
>> Btw, there is no error message when uploading the files >900Mb. It just
>> ends abruptly.
>> But it is not in the outbox.
>>
>> On Mon, Apr 23, 2012 at 4:32 PM, SYE OOPL <sye.oopl at gmail.com> wrote:
>>
>>> Hi, the drop off seems to be capped at below 900Mb, regardless if it is
>>> a single file or total size in a single drop-off.
>>>
>>> Configuration shows:
>>>
>>>   'maxBytesForDropoff'   => 2147483647, // 2 GBytes - 1 = 2^32-1
>>>   'maxBytesForFile'      => 2147483647, // 2 GBytes - 1 = 2^32-1
>>>
>>> cordially, Sherwin
>>>
>>
>>
>> _______________________________________________
>> ZendTo mailing list
>> ZendTo at zend.to
>> http://mailman.ecs.soton.ac.uk/mailman/listinfo/zendto
>>
>>
>>
>> _______________________________________________
>> ZendTo mailing list
>> ZendTo at zend.to
>> http://mailman.ecs.soton.ac.uk/mailman/listinfo/zendto
>>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.ecs.soton.ac.uk/pipermail/zendto/attachments/20120423/31b6088b/attachment.html 


More information about the ZendTo mailing list