Optional
realtime: RealtimeA file to be uploaded.
An object containing metadata about the file.
Note that you can specify fileType
and fileName
in case file
does not define them
but these two properties will be removed from managedObject
before saving.
Uploads a file and creates a managed object with its metadata. What's more, it invokes an upload progress callback.
A file to be uploaded.
Event handler for progress update, invoked while the browser is uploading the file.
An object containing metadata about the file.
Optional
init: IFetchOptions
Uploads a file and creates a managed object with its metadata.