PHP | $_FILES Array

preview_player
Показать описание

This project is an example of the superglobal variable $_FILES

1.- Array $_FILES: Show all attributes of array $_FILES when uploading a file in the same page

2.- HTTP file upload variables: Show all attributes of $_FILES when uploading a file on a different page (file upload manager)

3.- Getting image properties: Show the data or information that are associated with an image is called as metadata of the images. For example, image type, image width, and height, attributes, created date, last modified date and etc.

Рекомендации по теме