You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: bundles/af-core/src/main/java/com/adobe/cq/forms/core/components/internal/models/v3/form/FileInputImplV3.java
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -70,6 +70,12 @@ public String getDragDropText() {
70
70
71
71
@Override
72
72
publicList<String> getAcceptExtensions() {
73
+
// adding . in front of the accept extensions
74
+
if (acceptExtensions != null) {
75
+
for (inti = 0; i < acceptExtensions.length; i++) {
Copy file name to clipboardExpand all lines: ui.af.apps/src/main/content/jcr_root/apps/core/fd/components/form/fileinput/v3/fileinput/_cq_dialog/.content.xml
Copy file name to clipboardExpand all lines: ui.af.apps/src/main/content/jcr_root/apps/core/fd/components/form/fileinput/v3/fileinput/clientlibs/editor/js/editDialog.js
0 commit comments