diff --git a/inst/examples/Button3.R b/inst/examples/Button3.R index 732aa967..26b50581 100644 --- a/inst/examples/Button3.R +++ b/inst/examples/Button3.R @@ -39,8 +39,8 @@ server <- function(input, output) { click("uploadFile") }) - output$file_path <- renderPrint({ - input$uploadFile + output$file_path <- renderText({ + input$uploadFile$name }) }