Site Map | About Us | Contact Us  
 The same content in Microsoft HTML help file format is included in the download package.

AJAXUploader Class

EO.Web AJAXUploader is a file-upload component providing a highly customizable interface to upload files asynchrously to the web server.

For a list of all members of this type, see AJAXUploader Members.

System.Object
   System.Web.UI.Control
      System.Web.UI.WebControls.WebControl
         EO.Web.WebControlBase
            EO.Web.WebControl
               EO.Web.AJAXUploader

[Visual Basic]
Public Class AJAXUploader
    Inherits WebControl
[C#]
public class AJAXUploader : WebControl, INamingContainer, IPostBackDataHandler

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

AJAXUploader allows you to customize uploading textbox and button style, provides a progress bar to monitor the uploading process and optimize server side memory usage that offers a clear advantage when uploading large files.

Requirements

Namespace: EO.Web

Assembly: EO.Web (in EO.Web.dll)

See Also

AJAXUploader Members | EO.Web Namespace


Direct link to this topic