Hi all,
We're having an issue with content uploader.
In case when not all files were upladed successfully "onComplete" event is not triggered.
I found in the source code that there is a "isPartialUploadEnabled" property which allows "onComplete" to be triggered in such cases.
This property is not documented in the docs nor in content-uploader readme when describing properties , but it's present in the exported interface
My question is can we use and set this option when calling uploader.show() or this is a subject to change and it’s not intended to be used when instantiating uploader instance ?