We can add a file upload input in the UI using the function fileInput()
,
e.g. fileInput('foo')
. In server.R
, we can access the uploaded files via
input$foo
. See the
tutorial for more details.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.