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