Description Usage Arguments Details Value See Also
Create a file name selection control to select a file name on the server
| 1 | filenameSelectInput(inputId, label, value = NULL)
 | 
| inputId | The  | 
| label | Display label for the control, or NULL for no label | 
| value | Initial value.  Paths are exapnded via
 | 
This widget relies on choose.filename/ to present an interactive dialog to users for selecting a file name on the local filesystem. Therefore, this widget is intended for shiny apps that are run locally - i.e. on the same system that files/directories are to be accessed - and not from hosted applications (e.g. from shinyapps.io).
A file name input control that can be added to a UI definition.
updateFileSelectInput, readFileSelectInput, choose.file, choose.filename
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.