shiny (version 0.9.1)

fileInput: File Upload Control

Description

Create a file upload control that can be used to upload one or more files. Does not work on older browsers, including Internet Explorer 9 and earlier.

Usage

fileInput(inputId, label, multiple = FALSE, accept = NULL)

Arguments

Details

Whenever a file upload completes, the corresponding input variable is set to a dataframe. This dataframe contains one row for each selected file, and the following columns: [object Object],[object Object],[object Object],[object Object]

See Also

Other input.elements: actionButton; animationOptions, sliderInput; checkboxGroupInput; checkboxInput; dateInput; dateRangeInput; numericInput; radioButtons; selectInput, selectizeInput; submitButton; textInput