mirror of
https://github.com/rstudio/shiny.git
synced 2026-02-03 03:05:13 -05:00
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.