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.
file_input_area_ui(
id,
label = "Input text: ",
multiple = FALSE,
accept = NULL,
width = NULL,
button_label = "Browse...",
icon_name = NULL
)
A Shiny UI object that can be added to a Shiny application.