This post originated from an RSS feed registered with .NET Buzz
by Mark Harrison.
Original Post: r.a.d.Upload / r.a.d.Window
Feed Title: Mark Harrison
Feed URL: http://markharrison.co.uk/blog/xml.aspx
Feed Description: .NET Portals, Collaboration and eBiz
r.a.d.Upload is a component that allows users to upload files on the server, similar to the <input type="file" runat="server" /> element. It is designed to allow multiple file upload as well as to display information about progress of the files being uploaded. r.a.d.upload uses an HttpModule, which handles the upload request and processes it, thus limiting the memory usage on the server. Beta Download
r.a.d.Window is an asp.net control that aims to replace the browser-provided dialogs and alert/prompt/confirm boxes. It aims to provide a straightforward way of creating modal and non-modal dialogs and windows, and its minimization mode support aims to bring the web-application look and feel closer to the desktop experience.