Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface UploadFileParams

interface for uploading files.

Hierarchy

  • UploadFileParams

Index

Properties

file: File | CustomFile

for browsers this should be an instance of File.
On node you should use CustomFile class to wrap your file.

workers: number

How many workers to use to upload the file. anything above 16 is unstable.

onProgress?: OnProgress

a progress callback for the upload.

maxBufferSize?: number

Generated using TypeDoc