Skip to content
English
  • There are no suggestions because the search field is empty.

File skipped on folder download

Original Question or Issue:

Whenever anyone attempts to download a folder with a large file, it always gets skipped.


Environment:

  • Product - Server
  • Version - All
  • Platform - All

Steps to Reproduce:

The parameter TONIDOCLOUD_DOWNLOADZIP_SKIPSIZE is set in the cloudconfig.php file.

Download a folder as a zip that includes a file with a size exceeding the above limit.


Error or Log Message:

Skipping download for file because size is too big.


Defect or Enhancement Number:

The file size exceeds the configured limit.


Cause:

The file size exceeds the configured limit.


Resolution or Workaround:

Increase the limit to a bigger value; the limit is set to 100 GB in the sample below:

define('TONIDOCLOUD_DOWNLOADZIP_SKIPSIZE', 107374182400);


Notes: