Robby Russell wrote:

> I tend to stick as much in the database with strict restraints. I know
> that in my database, an image cannot be deleted unless several rules are
> met. In the filesystem, a number of things could accidently delete the
> wrong file. I treat my images as another piece of data and that data is
> kept there by constraints.

If you don't feel you can protect your filesystem from accidental deletions, are
the images *really* any safer stored in a database which obviously will use the
filesystem as storage?  


/Per

-- 
Per Jessen, Zurich
Let your spam stop here -- http://www.spamchek.com

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

Reply via email to