CuteEditor for .NET 6.2 Class Library

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
      CuteEditor.UploaderBase
         CuteEditor.Uploader
            CuteEditor.UploadFileBase
               CuteEditor.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: CuteEditor

Assembly: CuteEditor (in CuteEditor.dll)

See Also

UploadAttachments Members | CuteEditor Namespace