Photo Album
-
Please tell me the better way to store images, managing Album i. Through Directory ii. In SQL Server 2000. please tell me which one is better...
-
Please tell me the better way to store images, managing Album i. Through Directory ii. In SQL Server 2000. please tell me which one is better...
Saving images through directory is very easy. It is good for intranet web application that runs within Local Area Network. I have done like that for my company's internal photo gallery.. However, it might not be good for internet web application. I'm not very sure about that since I haven't worked for very large photo gallery web application like flickr.
Thanks and Regards, Michael Sync ( Blog: http://michaelsync.net) If you want to thank me for my help, please vote my message by clicking one of numbers beside "Rate this message". Why vote? Plz Read it here. Thank you. :)
-
Please tell me the better way to store images, managing Album i. Through Directory ii. In SQL Server 2000. please tell me which one is better...
-
.NET4Ever wrote:
What is Directory?
it means uploading the images to web server. and the paths of those images are stored in database. I think that way is good for local intranet application.
Thanks and Regards, Michael Sync ( Blog: http://michaelsync.net) If you want to thank me for my help, please vote my message by clicking one of numbers beside "Rate this message". Why vote? Plz Read it here. Thank you. :)