Hi,
I have a requirement to limit the max file size of assets uploaded to DAM.
I found this possible solution:
But it is related to classicUI, and I'd like to restrict that for all interfaces(Touch, Classic, WebDav.), is this configurable? Does anybody have some suggestions for this requirement?
Thanks
Solved! Go to Solution.
Views
Replies
Total Likes
Hi franciscoribeir
Yes, we can configure the Size limit of the assets.
Please find below the way of doing so:-
Reference Links
2. https://docs.adobe.com/docs/en/aem/6-1/author/assets/managing-assets-touch-ui.html
This is the way to configure the limit of assets.
I hope this will solve your problem.
Thanks and Regards
Kautuk Sahni
Views
Replies
Total Likes
Hi franciscoribeir
Yes, we can configure the Size limit of the assets.
Please find below the way of doing so:-
Reference Links
2. https://docs.adobe.com/docs/en/aem/6-1/author/assets/managing-assets-touch-ui.html
This is the way to configure the limit of assets.
I hope this will solve your problem.
Thanks and Regards
Kautuk Sahni
Views
Replies
Total Likes
Hi kautuks99302102,
Thanks for your reply :)
Do you know if this settings works for WebDav or the Companion App? Or is it only for the touch ui?
Thanks.
Views
Replies
Total Likes
Hi franciscoribeir
Limit on AEM side
Please find below the way of doing so:-
Limit on Client Machine
Enter regedit in the Windows 7 input prompt.
In the registration editor that opens, navigate to the menu item HKEY_LOCAL_MACHINE SYSTEM CurrentControlSet services WebClient Parameters. Right click on the item FileSizeLimitInBytes and select Change.
Change the display mode to Decimal and enter 4294967295 (you can set your limit here). This corresponds exactly to 4 GB, the maximum size dictated by the protocol.
The process mentioned above should work for companion app too.
Option 2
You can write your custom asset uploading as an OSGI bundle. In this OSGI you can create a logic to preventing file uploading with respect to its size.
Please have a look at this article. This would help you. Link: - https://helpx.adobe.com/experience-manager/using/uploading-files-aem1.html
I hope this would answer your question.
Thanks and Regards
Kautuk Sahni
Views
Replies
Total Likes
Hi franciscoribeir
This is the Limit for Touch UI.
If you would like to change limit of WebDev, then youe would need to make following changes.:-
Enter regedit in the Windows 7 input prompt.
In the registration editor that opens, navigate to the menu item HKEY_LOCAL_MACHINE SYSTEM CurrentControlSet services WebClient Parameters. Right click on the item FileSizeLimitInBytes and select Change.
Change the display mode to Decimal and enter 4294967295 (you can set your limit here). This corresponds exactly to 4 GB, the maximum size dictated by the protocol.
Thanks and Regards
Kautuk Sahni
Views
Replies
Total Likes
Hi Kautuk,
Thanks. So in this case we can not set this limit on AEM itself. We need to do that on the client machine, right?
Do you know if there is any way to put this limit on AEM itself, if there is any configuration?
This change you mentioned for WebDav works also for the companion app?
Thanks
Views
Replies
Total Likes