Re: [PHP] saving uploaded image as file Vs. directly to database

2001-03-29 Thread Stuart J. Browne
> I would use filesystem if I need performance and if I don't worry about > management. > I would use database if I need to manage lots of them and if images have > attributes. > > Some older databases have really poor performance when LOB is used. If it is the > case, you might want to use combin

Re: [PHP] saving uploaded image as file Vs. directly to database

2001-03-29 Thread Yasuo Ohgaki
I would use filesystem if I need performance and if I don't worry about management. I would use database if I need to manage lots of them and if images have attributes. Some older databases have really poor performance when LOB is used. If it is the case, you might want to use combination of thes

[PHP] saving uploaded image as file Vs. directly to database

2001-03-29 Thread toto
what's the difference between them, i mean for effectiveness and performance ? -toto- Imagination is more important than knowledge. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the li