UploadAttachments Class
|
|
| Cute Editor for ASP.NET 6.7 Class Library |
| UploadAttachments Class |
| Members See Also Send Feedback |
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:Â CuteEditorAssembly:Â 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
  System.Web.UI..::..Control
    CuteEditor..::..UploaderBase
      CuteEditor..::..Uploader
        CuteEditor..::..UploadFileBase
          CuteEditor..::..UploadAttachments