Hierarchy

  • FileUploadHandler

Implements

Constructors

  • Private

    Create a FileUploadHandler instance.

    Parameters

    • file: File

      File to stage for upload.

    • parentPath: string

      Path of folder File will be stored in.

    • uuid: string

      Instance UUID.

    • key: CryptoKey

      Instance AES key.

    • iv: Uint8Array

      Instance AES iv.

    Returns FileUploadHandler

Properties

cid: string
fid: string[]
file: File
isFolder: boolean
iv: Uint8Array
key: CryptoKey
parentPath: string
uuid: string

Methods

Generated using TypeDoc