Re: Uploading downloading Image to SQL Server using ASP.net and VB.Net



Here I've detailed the steps to upload, download, and store files (including
images) in SQL Server:
http://SteveOrr.net/articles/EasyUploads.aspx

--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://SteveOrr.net


"JP" <JP@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:F3D4D415-EFB1-4AC4-B6C3-0645293D35C4@xxxxxxxxxxxxxxxx
> Hi;
> What I would like to do is, let the user browse to an image and when
> they
> click the submit button it needs to insert all the information on the page
> including the image to the SQL server. Now I am able to insert all the
> information all the information except the image. By the way, I am using
> the
> Microsoft application block's (SQLHelper.UpdateDataSet method) to insert
> the
> data to the database.
>
> Please help me.
>
> Thank you.
>


.