You are here

public property Request::$files in Zircon Profile 8

Same name in this branch
  1. 8 vendor/symfony/http-foundation/Request.php \Symfony\Component\HttpFoundation\Request::files
  2. 8 vendor/symfony/browser-kit/Request.php \Symfony\Component\BrowserKit\Request::files
Same name and namespace in other branches
  1. 8.0 vendor/symfony/http-foundation/Request.php \Symfony\Component\HttpFoundation\Request::files

Uploaded files ($_FILES).

Type: \Symfony\Component\HttpFoundation\FileBag

File

vendor/symfony/http-foundation/Request.php, line 115

Class

Request
Request represents an HTTP request.

Namespace

Symfony\Component\HttpFoundation

Code

public $files;