Is their a way i can debug or modify SaveAs method of Telerik RadFileExplorer. I am implementing a functionality for Upload on local disk and Object Storage.
Local disk expects path as "C:\\Test\\File.txt" - It works fine
Object Storage expects path as "Test\\File.txt" - It does not work fine
As i am using telerik Radfileexplorer i dont have control on upload/Saveas method what i guess internally it must be using for upload. How to get hold of it ?