Thanks.
I can use System.Web.UI.WebControls.HtmlInputFile libary in codebehind.
but if resolution size is too big, I want to resize the picture to 800X600
and then do upload. how can I do that?
what library do I need to use?
Easiest thing would be to accept whatever image the user uploads then resize
on the server using Bitmap.GetThumbnailImage. I use this API here (not exactly
what you're doing, but it might help get you started):
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.