# NOT RUN {
### Standard file input
fileInput(id = "file1")
### Adding a button
fileInput(
id = "file2",
left = buttonInput("upload", "Upload") %>%
background("green")
)
### Customizing text
fileInput(
id = "file3",
placeholder = "Pick a file",
browse = "Go go go!"
)
# }
Run the code above in your browser using DataLab