library(shinymod)
ui = fluidPage( br(), upload_ui("upload") )
server = function(input, output, session) {
upload_server("upload")
}
shinyApp(ui, server)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.