fileInput | R Documentation |
Upload files to the server.
fileInput(
id,
...,
placeholder = "Choose file",
browse = "Browse",
multiple = TRUE,
accept = NULL
)
id |
A character string. The id of the reactive input. |
... |
Optional named arguments specifying HTML attributes for the input element. |
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:
input_button()
,
input_checkbox()
,
input_checkbox_group()
,
input_chip()
,
input_form()
,
input_list_group()
,
input_menu()
,
input_radio_group()
,
radiobarInput()
,
rangeInput()
,
selectInput()
,
textInput()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.