getUploadManager

Creates an UploadManager for the data object, optionally scoped to a field.

Replaces the legacy getUploader API.

Usage

const manager = ds.getUploadManager('File');

API

getUploadManager(fieldName?: string): UploadManager;

Last updated

Was this helpful?