datocms-client
Advanced tools
Changelog
3.2.0
Add support for aborting createUploadPath
, uploadFile
and uploadImage
through uploadPromise.cancel
Add additional options
argument to createUploadPath
, uploadFile
and uploadImage
options.onProgress
for tracking the upload progress of createUploadPath
, uploadFile
and uploadImage
options.filename
for renaming files uploaded with createUploadPath
, uploadFile
and uploadImage
See the client docs for details and examples