Image Upload & download from ASP Pages

hello friends,

i develop a web site using ASP AND ORACLE as Database.

in one page the user can insert his name and tel other information and

his image (photo) from the same page by browse file field. by useing sql insert statement .

so this user photo should be insert into folder and the path of this photo should store in database along with other information of the user.
second this image(photo) can be see in other page when the user want to see these photo.

so here i face the problem cause i could not upload and download the photo from asp page to oracle database .

so can u please provide me with a ASP page that can solve my problem .

even want to pay for that no problem will do .

thanks alot

email. baswaid_dh@hotmail.com
[824 byte] By [hussein2000] at [2007-11-20 6:11:00]
# 1 Re: Image Upload & download from ASP Pages
you should not be storing images in a database, you should keep them on a file system especially if they are going to be accessed frequently.

Here are some links to upload images in asp.net .

http://www.15seconds.com/issue/990723.htm

http://www.codersource.net/csharp_image_Processing.aspx

http://www.developerfusion.co.uk/show/5223/

http://aspalliance.com/336

hth,
mcm
mcmcom at 2007-11-9 11:52:44 >
# 2 Re: Image Upload & download from ASP Pages
thanks ,

yes i want to save the images in file not in database ,

and thanks for the link u provide but i do not want asp.net

i am working with asp only.
hussein2000 at 2007-11-9 11:53:45 >