Tagged Questions

0
votes
1answer
75 views

Can we use Server.MapPath in Bitmap?

recently i created a webpage, where in i have a img tag, whose source is linked to another page, where i am resizing the image, whose name is being sent from the src from previous page in query ...
0
votes
2answers
127 views

Can loading and resizing an uploaded image be dangerous?

I have ASP.NET form with an upload control for users to post an image. On the server I load that image (using the Bitmap class) and resize it. Is there any danger in doing that when users upload ...
0
votes
4answers
1k views

ASP.NET: resize (height and width) an image uploaded to server

How can I resize an image on server that I just uploaded? I using C# with .NET Framework 3.5 SP1. Thanks!