image preview with pathbrowser and drag drop image functionality for multifield | Community
Skip to main content
Level 4
September 23, 2020
Solved

image preview with pathbrowser and drag drop image functionality for multifield

  • September 23, 2020
  • 1 reply
  • 1005 views

hi,

 

I am working on aem 6.5

 

I am have 2 requirements for images:

1. is to have preview of images or pages in dialog box where i am using pathbrowser in touch ui.

 

2. drag drop image functionality for multifield.

we have have for single fields in editconfigs but it is not supporting for multifield dialogs.

 

any one come across such requirements?

kindly help.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Vijayalakshmi_S

Hi @kiranc13433869,

You can make use of fileupload resource. - cq/gui/components/authoring/dialog/fileupload (image preview in dialog + can be used in multifield)

This is used in core image component and you can use that as a reference.

Preview feature is not available in Pathbrowser OOB (In fact, pathbrowser is deprecated per 6.5.0 as evident from /libs/granite/ui/components/coral/foundation/form/pathbrowser/render.jsp)

1 reply

Vijayalakshmi_S
Vijayalakshmi_SAccepted solution
Level 10
September 23, 2020

Hi @kiranc13433869,

You can make use of fileupload resource. - cq/gui/components/authoring/dialog/fileupload (image preview in dialog + can be used in multifield)

This is used in core image component and you can use that as a reference.

Preview feature is not available in Pathbrowser OOB (In fact, pathbrowser is deprecated per 6.5.0 as evident from /libs/granite/ui/components/coral/foundation/form/pathbrowser/render.jsp)