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.

Namespace: CuteEditor
Assembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0

Syntax

C#
public class UploadAttachments : UploadFileBase
Visual Basic
Public Class UploadAttachments _
	Inherits UploadFileBase
Visual C++
public ref class UploadAttachments : public UploadFileBase

Inheritance Hierarchy

System..::..Object
  System.Web.UI..::..Control
    CuteEditor..::..UploaderBase
      CuteEditor..::..Uploader
        CuteEditor..::..UploadFileBase
          CuteEditor..::..UploadAttachments

See Also