> 
> JW> I'll take absolutely bullet-proof and handled/supressed warnings, 
> JW> over relatively bullet-proof.
> 
> That would be fine if your previous solution was absolutely 
> bullet-proof, or for that matter provided a solution for the 
> original problem of renaming uploaded files and keeping them 
> unique. Appending a datetime to a file, or using a loop that 
> hopes you get a unique name within 100 iterations is wildly 
> far from "bullet proof" in just about every respect.

Oh and generating random filenames from md5(), crossing your fingers and hoping 
you've got a unique filename is better?
Or assume that files don't already exist in the directory?

You are going against convential wisdom about ensuring unique filenames. 

Jared

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

Reply via email to