The following module is useful to handle image uploads at the server especially when not using the default upload controls. It can be affectively used for hanlding ajax image uploads. The following handler returns Html content(true or false) based on the result of the upload. public class Upload : IHttpHandler { public void ProcessRequest(HttpContext […]