Trying to intercept the image prior to uploading to rename with guid to prevent same name clashes. Despite successfully modifying the filedata using BeforeUploadImage and/or OnImageSelected neither seem to propgate through to the POST request.
I did note that OnImageSelected args also contained a ModifiedFilesData property and flag but setting both of these actually prevented the UI popup upload button from being clickable.
I'm sure there is a way to do this but it escapes me at the moment - any pointers would be helpful. Note we are on an older version of syncfusion 22.2.9 but don't have the opportunity to upgrade immediately.