[#assign localFileUploaded = false, showDocumentLibrarySelector = input.attributes.selectFromDocumentLibrary?? && input.attributes.selectFromDocumentLibrary ] [#if input.value?? && !showDocumentLibrarySelector] [#assign localFileUploaded = true] [/#if]
Drag and Drop or
${languageUtil.get(locale, 'no-preview-available')}
${configuration.showSupportedFileInfo?then(languageUtil.format(locale, "maximum-size-x", input.attributes.maxFileSize!"") + 'MB.', '')} ${input.showHelpText?then(htmlUtil.escape(input.helpText), '' )}
[/#if]