0 Votes

Changes for page Attachments

Last modified by Сергей Коршунов on 2025/05/01 20:26

From version 12.1
edited by Сергей Коршунов
on 2023/05/31 14:59
Change comment: Install extension [org.xwiki.platform:xwiki-platform-attachment-ui/15.4]
To version 10.1
edited by Сергей Коршунов
on 2023/02/28 14:20
Change comment: Install extension [org.xwiki.platform:xwiki-platform-attachment-ui/15.1]

Summary

Details

XWiki.JavaScriptExtension[0]
Code
... ... @@ -123,7 +123,7 @@
123 123   hasErrors = true;
124 124   }
125 125   const beforeUploadEvent = Event.fire(document, 'xwiki:actions:beforeUpload', {
126 - file: fileInput.files[0]
126 + file: fileInput
127 127   });
128 128  
129 129   if (beforeUploadEvent.defaultPrevented) {