upload_ui | R Documentation |
The UI component of the Shiny module for creating a pretty upload button for uploading a text file.
upload_ui(id, label = "Select a text file (< 30MB)")
id |
String. The input slot that will be used to access the value. |
label |
String. Text (default = "Select a text file (< 30MB)") to be shown on the upload button. |
Must use it together with its counterpart server.
upload_server
for the server.
inst/examples/ex-upload.R
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.