Re: [PHP-DB] upload multiple files and rename wih time()

[email protected] (Chris)
Newsgroups php.db
Message-ID <[email protected]>
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/
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.