[Owncloud] Fwd: Can't upload files greater than 2047 MB
Marc Muehlfeld
Marc.Muehlfeld at medizinische-genetik.de
Mon Dec 12 14:04:39 UTC 2011
> just another ideas: any problem with max uoload size or max post size
> in php?
max_execution_time 600
upload_max_filesize 6G
post_max_size 6G
> maybe the max execution time is a problem.
If the filesize > 2 Gb, then the upload even doesn't start. Smaller files grow
in the tmp directory direclty after you start. If the file is bigger, nothing
appears in the tmp directory (and no message is shown).
More information about the Owncloud
mailing list