|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Image Saving and Displaying to SQL data using ASP.
<i><b>Originally posted by : Philip Andersen (philip@centurydirect.com)</b></i><br />I am trying to learn how to save gifs to a SQL database and then retreive them on to a page. I found this link on microsoft.com, compiled, configured and tested everything succesfully but i can't save the picture from a browser, it gives me a 405 MIME type method not allowed. Please help..here is the link to the code: http://www.microsoft.com/mind/0798/image.htm <br />
|
|
#2
|
|||
|
|||
|
<i><b>Originally posted by : Doug Seven (doug.seven@codejunkies.net)</b></i><br /><br />In general saving BLOBs (Binary Large Objects) to a database is not a good idea. Do it if you have to (use the AppendChunk() and GetChunk() methods). If it is OK to do so, save the image to a directory, and save the path to the image in the database.<br /><br />Doug Seven<br />CodeJunkies.Net / ASPNextGen<br />doug.seven@codejunkies.net<br /><br />------------<br />Philip Andersen at 7/14/2000 6:50:06 PM<br /><br />I am trying to learn how to save gifs to a SQL database and then retreive them on to a page. I found this link on microsoft.com, compiled, configured and tested everything succesfully but i can't save the picture from a browser, it gives me a 405 MIME type method not allowed. Please help..here is the link to the code: http://www.microsoft.com/mind/0798/image.htm <br />
|
![]() |
| Viewing: ASP Free Forums > Database > SQL Development > Image Saving and Displaying to SQL data using ASP. |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|