<br><br><div class="gmail_quote">On 13 December 2011 20:04, Eric Griffith <span dir="ltr"><<a href="mailto:egriffith92@gmail.com">egriffith92@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im">On 12/13/2011 2:58 PM, Marc Muehlfeld wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Am 13.12.2011 20:31, schrieb Eric Griffith:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Overview: The 2047Mb Limit is because of the 32bit limit on integer<br>
sizes,<br>
because this issue is changed in /etc/php/php.ini I am assuming that<br>
it is not<br>
something that OwnCloud can or cannot change and would have to be done<br>
on the<br>
php side of things.<br>
</blockquote>
<br>
I just can't upload files > 2GB over the GUI. Uploading by WebDAV works<br>
successfully.<br>
<br>
But the WebDAV part is also written in PHP, isn't it? Shouldn't I have<br>
the same limitation then?<br>
<br>
</blockquote>
<br></div>
I know, I have that same issue. The only thing I can think of is, as some had suggest, is that WebDAV "chunks" the files. Aka, sends them as bits and pieces and then re-assembles them on the server. If thats not it, then maybe one of the official OwnCloud devs can step in and try to explain it.<br>

<br>
Also, if anyone can (assuming i was right in my earlier email) justify why File_Upload isnt a long int, please do so, im quite curious about it as it doesnt seem to give any advantage, and only serves disadvantages.<div class="HOEnZb">
<div class="h5"><br>
<br>
</div></div></blockquote></div><br><br><br><br>Hi, maybe this explain how the sabredav team corrected the issue:<br><br><a href="http://code.google.com/p/sabredav/wiki/WorkingWithLargeFiles">http://code.google.com/p/sabredav/wiki/WorkingWithLargeFiles</a><br>
<br>Regards<br>MV<br>