Description Usage Arguments Details
Change the value of a filenameSelectInput on the client
1 | updateFilenameSelectInput(session, inputId, value = NULL, ...)
|
session |
The |
inputId |
The id of the input object. |
value |
A directory path to set |
... |
Additional arguments passed to choose.filename. Only
used if |
Sends a message to the client, telling it to change the value of the
input object. For filenameSelectInput
objects, this changes the value
displayed in the text-field and triggers a client-side change event. A
directory selection dialog is not displayed.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.