HelloAt the moment the 'Add Rendition' file upload only works for 1
rendition at a time, my client asked me if it is possible to make it
work for multiple renditions at a time.I found the corresponding node
under
'/libs/dam/gui/content/assetdetails/jcr:content/actions/fileupload' and
set the the multiple property to 'true'The fileupload dialog now allows
me to select multiple images but In the end it gives an error. If I for
example select 2 images, only 1 of them get uploaded, I get a 500
respo...