[Owncloud] Help needed: Big files over WebDAV

Klaas Freitag freitag at owncloud.com
Thu Jan 10 19:51:46 UTC 2013


On 10.01.2013 20:26, Evert Pot wrote:
> On Jan 10, 2013, at 8:23 PM, Frank Karlitschek <frank at owncloud.org> wrote:
>>
>> On 10.01.2013, at 20:15, Evert Pot <evert at rooftopsolutions.nl> wrote:
>>
>>> On Jan 10, 2013, at 7:42 PM, Daniel Molkentin <danimo at owncloud.com> wrote:
>>>
>>>> This also me ans 2 GB are a limit for owncloud on Windows, since the official binary packages are 32bit...
>>>
>>> In my opinion owncloud should emit a big fat warning when running on 32bit PHP and pre-emptively reject anything beyond 2 GB.
>>>
>>> Evert
>>
>> Agreed. If there is no way to fix it which would be better of course ;-)
>
> I personally don't really see a way as long as filesize() returns an int.
Yes, but that would also count for 64 bit, right?

ownCloud uses a funny hack to get the actual file size of files, it 
calls the shell function stat, which is not really a cheap way but still...

Actually large files work with ownCloud, I tested with 4.3 GB. Can be 
uploaded and is displayed correctly in WI.

Also for 32 bit systems there are extensions to enable Large File 
Support for all important systems. PHP seems to support that. So, its 
not that easy.

Klaas




More information about the Owncloud mailing list