CoreUpload
Search Results for

    Show / Hide Table of Contents

    Class CoreUploadError

    An upload failure surfaced to the component.

    Inheritance
    object
    CoreUploadError
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: CoreUpload.Components
    Assembly: CoreUpload.dll
    Syntax
    public sealed class CoreUploadError

    Properties

    FileName

    File that failed, when the failure is file-specific.

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

    Message

    Human-readable failure reason.

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