file_input_area_ui {glossa} | R Documentation |
Custom File Input UI
Description
Creates a customized file input area in a Shiny application. The file input is designed to be visually distinct and supports features such as multiple file selection and file type restrictions.
Usage
file_input_area_ui(
id,
label = "Input text: ",
multiple = FALSE,
accept = NULL,
width = NULL,
button_label = "Browse...",
icon_name = NULL
)
Value
A Shiny UI object that can be added to a Shiny application.
[Package glossa version 1.2.2 Index]