You can use the following instructions to modify the file
upload size in AEM
Modify Asset Upload Size
Modify Asset Upload Size
1. Go to CRX server : http://localhost:4502/crx/de/index.jsp
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.
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