Note on maximum file size at 5 mb

This commit is contained in:
Andreas Gammelgaard Damsbo 2025-05-16 15:11:26 +02:00
parent 7917a8f5c0
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

View file

@ -160,6 +160,7 @@
|R6 |2.6.1 |2025-02-15 |CRAN (R 4.4.1) |
|ragg |1.4.0 |2025-04-10 |CRAN (R 4.4.1) |
|rankinPlot |1.1.0 |2023-01-30 |CRAN (R 4.4.0) |
|rappdirs |0.3.3 |2021-01-31 |CRAN (R 4.4.1) |
|rbibutils |2.3 |2024-10-04 |CRAN (R 4.4.1) |
|RColorBrewer |1.1-3 |2022-04-03 |CRAN (R 4.4.1) |
|Rcpp |1.0.14 |2025-01-12 |CRAN (R 4.4.1) |