Storing Images

June 16, 2005 by Carl Grint
You will find it much easier to store the file name in the database and upload the image to your server using say dmxzone's ASP Pure Uploader extension.

On the page to display the image you simply use a recordset to call out the record and then insert a Dynamic Image which uses the path to your upload folder then the column with the image file name to complete the url for your uploaded image.

Storing into BLOBs

July 6, 2005 by Raafat Abdul

I spent sometime in the CLOBs and BLOBs subject and realized that writing a script to do such a task is close to impossible because they requires the writing of stored procedures to do the actual insertions.

I advice you to look at this page, it is a great help for learning how to insert into a

BLOB.

 

http://asktom.oracle.com/pls/ask/f?p=4950%3A8%3A%3A%3ANO%3A%3AF4950_P8_DISPLAYID%3A232814159006