Expand my Community achievements bar.

SOLVED

Custom Video component

Avatar

Level 1

Hi,

 

I am creating a custom video component. In cq dialog, added file upload module and droptarget. In HTML we are getting the file url with ${properties.fileNameParameterReference}

 

So this works fine if I am dropping a  video from DAM but not when direct upload. So on time of direct upload fileNameParameterReference is empty but for image there is a Image model with ${image.src} we are able to get it. is there any same way for video too??

1 Accepted Solution

Avatar

Correct answer by
Level 8

Hi @ArunV 

It works fine when we directly browse & upload video on OOTB Video component, can you please compare your dialog xml with OOTB video component & add required changes if anything missing.

 

Component path : /libs/foundation/components/video/cq:dialog/content/items/column/items/file

video1.png

 

 

Retrieved video file after browser & upload : 

video.png

 

 

View solution in original post

2 Replies

Avatar

Correct answer by
Level 8

Hi @ArunV 

It works fine when we directly browse & upload video on OOTB Video component, can you please compare your dialog xml with OOTB video component & add required changes if anything missing.

 

Component path : /libs/foundation/components/video/cq:dialog/content/items/column/items/file

video1.png

 

 

Retrieved video file after browser & upload : 

video.png