By default, ownCloud limits file uploads and downloads to a maximum of 512MBytes in one gulp. Can you take that higher? How large can you go?…
The file size limit for uploads/downloads is set in the underlying php parameters “upload_max_filesize” and “post_max_size”. With those, for consistency also good is to set proportionately the “output_buffering” parameter…
. . . → Read More: Apache2 php Big File Handling (for ownCloud6 file upload/download)
Recent Comments