mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2026-06-19 04:27:30 +02:00
Note on maximum file size at 5 mb
This commit is contained in:
parent
7917a8f5c0
commit
a167cb8ace
2 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue