UploadAttachments Class

php Uploader

PHP File Uploader Class Reference

UploadAttachments Class

This class allows you upload multiple files with a single element. The uploaded file will be added to the list of attachments. Just the way Gmail does for email attachment.

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

System.Object    System.Web.UI.Control
      CuteWebUI.UploaderBase
         CuteWebUI.Uploader
            CuteWebUI.UploadFileBase
               CuteWebUI.UploadAttachments

[Visual Basic]
Public Class UploadAttachments
    Inherits UploadFileBase
[C#]
public class UploadAttachments : UploadFileBase

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.

Requirements

Namespace: CuteWebUI

Assembly: CuteWebUI.AjaxUploader (in CuteWebUI.AjaxUploader.dll)

See Also

UploadAttachments Members | CuteWebUI Namespace