<div class="gmail_quote">On Mon, Dec 12, 2011 at 16:55, Marc Muehlfeld <span dir="ltr"><<a href="mailto:Marc.Muehlfeld@medizinische-genetik.de" target="_blank">Marc.Muehlfeld@medizinische-genetik.de</a>></span> wrote:<br>


<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Am 12.12.2011 16:18, schrieb Thomas Krieger:<div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>What webserver do you use? Apache has limitations in post size.<br>




Have a look at <a href="http://httpd.apache.org/docs/current/mod/core.html#limitrequestbody" target="_blank">http://httpd.apache.org/docs/<u></u>current/mod/core.html#<u></u>limitrequestbody</a><br>
There you can read that Apache only allowes a put size up to 2GB.<br>
Maybe you have the same limit on Windows.<br>
</blockquote>
<br></div>
# httpd -v<br>
Server version: Apache/2.2.15 (Unix)<br>
<br>
So I never can have owncloud with bigger files than 2 GB because of an apache limit? Anything to workaround that?<div><div></div></div></blockquote></div><br><div>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.</div>


<div>
<div><br></div>Jérémy.</div>