Files
shiny/inst/examples/09_upload
2017-01-26 15:06:15 -06:00
..
2014-03-11 10:49:32 -07:00
2017-01-26 15:06:15 -06:00
2017-01-26 15:06:15 -06: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.