PHP. print_r array doesn't display anything?

Daniel

New member
I'm trying to display the contents of a $_FILES array but I can't get it to work.
All I can get is "Array()"
It is less than the max upload value.

I can print "$_POST" and all I get is the file name.

What am I doing wrong?
 
Back
Top