32 return $this->request->getFiles($input_name);
44 return $this->request->getFile($input_name, $check_for_validity);
getFiles(string $input_name)
Returns an array of uploaded file objects regardless of upload status/errors.
__construct(protected HttpRequest $request)
Constructor.
getFile(string $input_name, bool $check_for_validity=true)
Returns an single valid uploaded file object.
File upload handling service.