TagoIO SDK for JavaScript and TypeScript
    Preparing search index...

    Interface UploadFileOptions

    interface UploadFileOptions {
        file_base64: string;
        filename: string;
        path?: string;
        public?: boolean;
    }
    Index

    Properties

    file_base64: string
    filename: string
    path?: string

    Path where the file will be stored. Such as /reports/

    public?: boolean