class FileCollectionController (View source)

The file collection controller.

Methods

static Response
edit()

Remove selected files from the selection or simply return the collection of uploaded files for a context.

static Response
upload()

Upload controller based on $_POST and $_FILES.

Details

static Response edit()

Remove selected files from the selection or simply return the collection of uploaded files for a context.

Return Value

Response the response object

static Response upload()

Upload controller based on $_POST and $_FILES.

Return Value

Response the response object