[Owncloud] Fwd: Can't upload files greater than 2047 MB

Jérémy Huet jeremy.huet at gmail.com
Mon Dec 12 16:16:37 UTC 2011


On Mon, Dec 12, 2011 at 16:55, Marc Muehlfeld <
Marc.Muehlfeld at medizinische-genetik.de> wrote:

> Am 12.12.2011 16:18, schrieb Thomas Krieger:
>
>>
>> What webserver do you use? Apache has limitations in post size.
>> Have a look at http://httpd.apache.org/docs/**current/mod/core.html#**
>> limitrequestbody<http://httpd.apache.org/docs/current/mod/core.html#limitrequestbody>
>> There you can read that Apache only allowes a put size up to 2GB.
>> Maybe you have the same limit on Windows.
>>
>
> # httpd -v
> Server version: Apache/2.2.15 (Unix)
>
> So I never can have owncloud with bigger files than 2 GB because of an
> apache limit? Anything to workaround that?
>

A solution would be to somehow automatically split the uploaded file into
small chunks on the client side, upload them one by one and then glue them
back into one file on the server.

Jérémy.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/owncloud/attachments/20111212/fb69cea5/attachment.html>


More information about the Owncloud mailing list