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

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

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


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 , and I saw that it's empty. Where is the mistake?
This is the HTML code with Bootstrap:

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




Carica

In the service page, I have a simple

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

print_r($_FILES)
.
Someone can helps me? Thank you so much :)


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

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