Ajax Control Toolkit AsyncFileUpload
Modified on 2010/05/06 16:33 by Stephen Walther — Categorized as: Uncategorized
AsyncFileUpload is an ASP.NET AJAX Control that allows you asynchronously upload files to server. The file uploading results can be checked both in the server and client sides.
You can save the uploaded file by calling the SaveAs() method in a handler for the server UploadedComplete event.
AsyncFileUpload Reference
Reference