Posted by: Pdfprep
Post Date: November 1, 2020
The OSGi configuration of com.day.cq.dam.core.impl.mimeType.AssetUploadRestrictionHelper is as shown:
jcr:primaryType=”sling:OsgiConfig”
cq.dam.allow.all.mime=“{Boolean}true”/>
A developer uploads a PDF document, a JPEG image, and an SVG file to the DAM.
What is the result?
A . All three assets upload.
B . Only the JPEG and SVG files upload. The PDF file is restricted.
C . All three assets upload but the PDF document does NOT have a generated thumbnail.
D . Only the JPEG file uploads. The PDF and SVG files are restricted.
Answer: A
Leave a Reply