Get video path
Hi,
I am trying to create a Video Component, that will look like Image component(just drag and drop the asset).
This is how I build the dialog:
<video
jcr:primaryType="nt:unstructured"
sling:resourceType="cq/gui/components/authoring/dialog/fileupload"
autoStart="{Boolean}false"
class="cq-droptarget"
fieldLabel="Image asset"
fileNameParameter="./fileName"
fileReferenceParameter="./fileReference"
mimeTypes="[video/quicktime]"
multiple="{Boolean}false"
name="./video"
title="Upload Image Asset"
uploadUrl="${suffix.path}"
useHTML5="{Boolean}true"/>But, I can not return the path from the java model.
