Click to See Complete Forum and Search --> : Image Upload & download from ASP Pages


hussein2000
March 13th, 2007, 05:34 AM
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

mcmcom
March 13th, 2007, 11:06 AM
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

hussein2000
March 14th, 2007, 02:55 AM
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.