Emiliano Boragina wrote:
Hello php fellows,

I have two codes to upload multiple files, works very well, but I cant
rename the files... really i dont know...

The code looks ok. Do you get an error message? If not, turn up error_reporting and enable display_errors:

error_reporting(E_ALL);
ini_set('display_errors', true);

--
Postgresql & php tutorials
http://www.designmagick.com/


--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to