Hi,
Did you find a solution ?
I'm using VWD Express 2005 and SQL Express 2005 and created a web
application where users can update/insert/delete content.
What I would like to do is, just giving the users the possibility to upload
images as well using a FormView/DetailsView and have an Upload Control in my
TemplateItem, but the image is not uploaded in my DB.
Can someone help me?
Thanks,
B.
"" wrote:
> System.Drawing.Image
>
> i havnt worked with this. Googling ".net image resize" brought up some
> good samples.
>
> Also you may want to consider building a Windows Service / Scheduled
> Program to periodically do the resizing on the images in the upload
> folder, than resizing the image from asp.net page during the upload.
>
>
|