Hi Randy,
Thanks for contacting Syncfusion support.
In our RTE control, there is no direct support given for the autoUpload option. But we can achieve by customizing the autoUpload at create event of RTE .
Please refer the below code:
this._explorerObj._uploadtag.data("ejUploadbox").option("autoUpload",true);
|
We have prepared a sample for your reference.
Please let us know if you have any queries.
Regards,
Dhivyalakshmi.