52 return $this->request->getFile(
$input_name, $check_for_validity);
getFiles($input_name)
Returns an array of uploaded file objects regardless of upload status/errors.
$request
Page handler for autocomplete endpoint.
__construct(HttpRequest $request)
Constructor.
getFile($input_name, $check_for_validity=true)
Returns an single valid uploaded file object.