formcycle 8.3.6 - JavaScript for forms
    Preparing search index...

    Data that is available when the state of an AJAX upload is pending.

    interface UploadPendingData {
        id: string;
        progress: UploadRatio;
    }
    Index

    Properties

    Properties

    id: string

    ID of the upload process.

    progress: UploadRatio

    Current progress of the upload.