$_FILES пуст после отправкиPhp

Кемеровские программисты php общаются здесь
Гость
$_FILES пуст после отправки

Сообщение Гость »


$_FILES empty after form submit

I'm doing a little project where the user can upload multiple images from a simple form. When I submit the form I go in a service page where I must save the images, but this not working. So, I tried to print $_FILES, and I saw that it's empty. Where is the mistake?

This is the HTML code with Boostrap:

Код: Выделить всё

               Carica  
In the service page, I have a simple print_r($_FILES).

Someone can helps me? Thank you so mutch :)


Источник: https://stackoverflow.com/questions/781 ... ter-submit

Вернуться в «Php»