Name of the Uploads files

See all posts Reply

Name of the Uploads files new!
by Alex, 15 years, 11 months ago
I had added this line to the script, but when i try to show the result of this array i haven't got any result.

//Line added
$nombres[] = $handle->file_dst_name;

//show result
echo "Name of File is: ".$nombres[];

Thanks for Replies.Reply
Re: Name of the Uploads files new!
by colin, 15 years, 10 months ago
Mmmmh, what is the rest of your code? What does the log of the class say?

echo $handle->log;
Reply