Top "Ashx" questions

ASP.

Supporting resumable HTTP-downloads through an ASHX handler?

We are providing downloads of our application setups through an ASHX handler in ASP.NET. A customer told us he …

asp.net download ashx download-manager
c# How to upload file to ashx with HTTP POST multipart/form-data

I'm trying to upload a big file to Generic Handler FileUpload.ashx. I checked it with Fiddler data reaches to …

c# asp.net web-services file-upload ashx
Return Bitmap to Browser dynamically

I am cropping an image, and wish to return it using a ashx handler. The crop code is as follows: …

c# asp.net image-manipulation ashx