Which statement correctly describes the behavior of the `$_FILES` superglobal?

PHP Intermediate Hard

PHP Intermediate — Hard

Which statement correctly describes the behavior of the `$_FILES` superglobal?

Key points

  • Requires multipart/form-data encoding
  • Contains file metadata, not binary content
  • Restricted to POST requests

Ready to go further?

Related questions