![]() |
|
|
+ Search |
![]()
|
Sep 12th, 2001 03:45
bukko, greg clark, Selvamuthukumaran L,
It's best not to store images in the database, rather, store only a reference to the image in the database, ie, a text field containing "c:\wwwroot\images\userphotos\user1\user1.jpg" If you are having people upload files to your site, you can use asp's filesystemobject to dynamically create such a file structure. -- This is true, but in some cases it is necessary, such as for report writers which can only extract data from the database. I have done this once, but since forgotten how. When I try it now I get invalid data in the database. Anybody able to help?
© 1999-2004 Synop Pty Ltd