interface for uploading files.
for browsers this should be an instance of File. On node you should use CustomFile class to wrap your file.
How many workers to use to upload the file. anything above 16 is unstable.
a progress callback for the upload.
Generated using TypeDoc
interface for uploading files.