fileInput | R Documentation |
Upload files to the server.
fileInput(
...,
id,
placeholder = "Choose file",
browse = "Browse",
multiple = TRUE,
accept = NULL
)
placeholder |
A character string specifying the text inside the file
input, defaults to |
browse |
A character string specifying the label of file input, defaults
to |
multiple |
One of |
accept |
A character vector of possible MIME types or file extensions,
defaults to |
Other inputs:
checkbarInput()
,
chipInput()
,
formInput()
,
input_button()
,
input_checkbox()
,
listGroupInput()
,
menuInput()
,
radioInput()
,
radiobarInput()
,
rangeInput()
,
selectInput()
,
textInput()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.