I was trying to change <maxFileUploadSize> from -1 to 512 Kb but it doesn't work. So I have found CmsWorkplaceManager has the same value, I tried to change it and it doesn't work again. The only way I can change the max size is changing in the method actionUpload in CmsNewResourceUpload maxFileSizeBytes = 524288 and it works, but maybe this solution can get another problems. I would like to know if opencms code uses this value in another place or another classes... <br>
<br>Thanks <br>