Wednesday, November 22, 2017

Change File Upload Size

You can use the following instructions to modify the file upload size in AEM

Modify Asset Upload Size


2. Go to the below path:
/libs/dam/gui/content/assets/jcr:content/actions/secondary/create/items/fileupload.

You can change the "SizeLimit" property of the node to tweak the file upload options.

The current size limit is 2 GB default; you can increase it if application is expected to support higher file sizes.

Modify Zip Extraction Size

AEM provides "Unarchiver" workflow process to extract zip files. The extraction of zip is bound to following configurations in workflow step"

1. Number of files in a directory - 100 is default
2. Number of total files in the zip- 10,000 is default
3. Maximum size of extracted folder - 2GB is default

You can increase it from the configuration.

No comments:

Post a Comment

CDN | Clearing Cloudflare cache

In order to clear Cloudflare cache automatically via code, follow below steps: 1. Develop Custom TransportHandler Develop a custom Trans...