Skip to content

Instantly share code, notes, and snippets.

@shaun-jacks
Created February 17, 2019 03:27
Show Gist options
  • Save shaun-jacks/fe529a4c91b8a7b18143ec745fbd89e5 to your computer and use it in GitHub Desktop.
Save shaun-jacks/fe529a4c91b8a7b18143ec745fbd89e5 to your computer and use it in GitHub Desktop.
Save the file-path when user uploads a file
#### When image has been uploaded ####
observeEvent(input$file1, {
values$file_uploaded = T
values$file_path = input$file1$datapath # store uploaded image filepath
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment