NextCloud Files Corrupting on Upload and Download in Browser
-
We used to move giant files up and down in NextCloud all of the time. It used to work really reliably. But now it seems like uploading and downloading through the browser seems to have a really high rate of failures. Uploads will not complete or will be "unable to assemble chunks." Downloads will just fail, no reason given. It's become very hard to use for us for larger files. A Word doc, no problem still.
No idea when this started, but at least months ago, maybe longer. Definitely on NC17 or older. Probably on NC16. Is this unique to our install? Are other people seeing this? Am I the only one trying to use the web interface?
-
@scottalanmiller said in NextCloud Files Corrupting on Upload and Download in Browser:
No idea when this started, but at least months ago, maybe longer. Definitely on NC17 or older. Probably on NC16. Is this unique to our install? Are other people seeing this? Am I the only one trying to use the web interface?
can we get a quotation on giant files in GB ?
-
@Emad-R Varies, but 2.2GB failed today, but worked eventually. Normally more like 8GB and larger, though.
-
I see , how is your PHP.ini
max_execution_time = 300 max_input_time = 180 max_input_vars = 10000 memory_limit = 512M error_reporting = E_ALL post_max_size = 64M upload_max_filesize = 64M max_file_uploads = 40
and PHP mode are you working on, mod_php or FPM.