I have to deal with big files uploaded by customers.
I plan to store them on filesystem rather than in DB, and just store urls in
database.

To have an accurate upload system (and not all files in the same folder !!),
I was thinking about storing these files in a tree, generating an hashcode
for each of them.

Do you know some scripts / algos I can use ?

Thks

Luc



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

Reply via email to