Hey guys;
The documentation for the addFile method states that that this method “… will return the generated id for the file that was added.” but this is not the case (unless I missed something)
https://uppy.io/docs/uppy/#uppy-addFile-fileObject
It would be really handy to have the this id so that I can then call uppy.setFileMeta(fileID, data) right after adding a file to augment with some application specific data.
Any pointers appreciated.
Cheers
- Ryan