See examples at top of file
Create a new File object for uploading or use with Dataset
For more information on the available options, see:
See examples at top of file
Helper function to create the file on the server but not yet upload its data
By default, this will skip recreating files that have already been created.
Client object to use for uploading
If true, will force creation of a new ID even if file has already been uploaded
See examples at top of file
Populate data for later uploading if it wasn't set during construction
Cannot run this function if the file has already been uploaded
Overwrites any existing data
Data to use for uploading
See examples at top of file
Upload curent File object to the server
By default, this will skip reuploading files that have already been uploaded.
Client object to use for uploading
If true, will force upload even if file has already been uploaded
Promise that resolves to the uploaded File object when it completes uploading
See examples at top of file
Helper function to upload the data to the server
By default, this will skip reuploading data that has already been uploaded.
Client object to use for uploading
If true, will force upload even if file has already been uploaded
Helper class for tracking intent when creating a File object for uploading
See examples at top of file