Opens a file selection dialog box
1 2 3 4 5 6 7 | prompt_file(
default = "",
caption = "Select files",
multi = TRUE,
filters = NULL,
index = 1
)
|
The selected file, or NULL if cancelled
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.