I’m trying to get a file to upload, and was getting an error, so when I try printing the FILES,
echo 'FILES[]<pre>';print_r($_FILES);echo '</pre';
I get
FILES[]
Array
(
[Image] => Array
(
[name] => 85480610.jpg
[type] =>
[tmp_name] =>
[error] => 3
[size] => 0
)
)
What does the error mean?