Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_databases thread: store gif and jpeg images


Message #1 by "Stephen Biggerstaff" <stephenb@w...> on Mon, 29 Jan 2001 18:10:25 -0000
From sambandam shankar [SMTP:vs_shankar2000@y...]   



how do i store gif and jpeg images inside a database? 

Message #2 by "Stephen Biggerstaff" <stephenb@w...> on Tue, 30 Jan 2001 21:22:27 -0000
A common method of doing this is to store only a path or URL to the image

in a text field in the database.  All the images are simply stored in a

subdirectory on site.



Stephen


  Return to Index