Note on maximum file size at 5 mb

This commit is contained in:
Andreas Gammelgaard Damsbo 2025-05-16 15:11:26 +02:00
commit a167cb8ace
No known key found for this signature in database
2 changed files with 2 additions and 1 deletions

View file

@ -83,7 +83,7 @@ import_file_ui <- function(id,
inputId = ns("file"),
label = datamods:::i18n("Upload a file:"),
buttonLabel = datamods:::i18n("Browse..."),
placeholder = datamods:::i18n("No file selected"),
placeholder = datamods:::i18n("No file selected; maximum file size is 5 mb"),
accept = file_extensions,
width = "100%",
## A solution to allow multiple file upload is being considered