0 Votes

Changes for page Attachments

Last modified by RPG Research Xwiki Documents Administrator on 2025/09/07 16:45

From version 2.1
edited by Hawke Robinson
on 2023/05/21 12:52
Change comment: Migrated property [type] from class [XWiki.WikiMacroParameterClass]
To version 3.1
edited by Hawke Robinson
on 2023/06/24 09:22
Change comment: Install extension [org.xwiki.platform:xwiki-platform-attachment-ui/15.4]

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
126 + file: fileInput.files[0]
127 127   });
128 128  
129 129   if (beforeUploadEvent.defaultPrevented) {