CoreUpload
Search Results for

    Show / Hide Table of Contents

    Class FileUploadedEvent

    Event payload raised after a file has been successfully stored.

    Inheritance
    object
    FileUploadedEvent
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: CoreUpload.Events
    Assembly: CoreUpload.dll
    Syntax
    public class FileUploadedEvent

    Properties

    ContentType

    Gets or sets the reported content type when available.

    Declaration
    public string? ContentType { get; set; }
    Property Value
    Type Description
    string

    FileGuid

    Gets or sets the GUID assigned to the stored upload.

    Declaration
    public Guid FileGuid { get; set; }
    Property Value
    Type Description
    Guid

    FileName

    Gets or sets the original file name.

    Declaration
    public string FileName { get; set; }
    Property Value
    Type Description
    string

    FileSize

    Gets or sets the file size in bytes.

    Declaration
    public long FileSize { get; set; }
    Property Value
    Type Description
    long
    In this article
    Back to top CoreUpload 5.0 API ReferenceUploader family: AjaxUploader, CoreUpload, MultipleUpload, ASPUploader, and PHP File Uploader.