shiny (version 0.2.4)

fileInput: File Upload Control

Description

Create a file upload control that can be used to upload one or more files. Experimental feature. Only works in some browsers (primarily tested on Chrome and Firefox).

Usage

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

Arguments

inputId
Input variable to assign the control's value to.
label
Display label for the control.
multiple
Whether the user should be allowed to select and upload multiple files at once.
accept
A character vector of MIME types; gives the browser a hint of what kind of files the server is expecting.