Beignet API reference
    Preparing search index...

    Interface UploadFileIntent

    File metadata declared by a browser before an upload starts.

    interface UploadFileIntent {
        contentType: string;
        name: string;
        size: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    contentType: string

    MIME content type supplied by the client.

    name: string

    Original file name supplied by the client.

    size: number

    File size in bytes.