![]() Join Up! 96824 members and counting! |
|
|||
php3-list | 199908
Date: 08/31/99
Hi,
Say you have 1000+ users and they need to have the ability to upload and keep files on the server.
Keeping in mind that users are authenticating not via header auth's(ie No authenticated Realms invovled).
Now if I store the files in the filesystem they will be vulnerable to access by anyone.
But if I store them in the database they have the potential to slow down or crash the mysql server. As I have experienced with large files.
I used to see these messages going through the list a while back and I was of the impression that they should be stored in the filesystem. But now that I am in this predicament I am not sure of the proper solution.
Lastly.
If was to restrict users to a certain quota of files which would be easier for php to keep track of database or filesystem storage?
*************************************************************************
Web Development Unit
(07) 3365 1598
-- PHP 3 Mailing List <http://www.php.net/> To unsubscribe, send an empty message to php3-unsubscribe <email protected> To subscribe to the digest, e-mail: php3-digest-subscribe <email protected> To search the mailing list archive, go to: http://www.php.net/mailsearch.php3 To contact the list administrators, e-mail: php-list-admin <email protected>
|