Hi Telerik,
In my ASP.Net web application, I am using a RadEditor tool to manage notes and documents.
While I went through the Hyperlink Manager option on radeditor, I was able to add the document url to the Hyperlink Manager URL text box by opening the Document Manager. It’s working fine here.
But, the document url showing the physical path of the selected document, that means it’s not much secure.
Please see the screenshot.
So, we need to encrypt the same url and replace the Hyperlink manager URL text box text with the encrypted url when I upload a file from the document manager.
Since the hyperlink Manager is an inbuilt functionality of the RadEditor, how could I access the url text box to get the text and replace the same with encrypted url at the same time when adding an attachment from the document manager.
How could I achieve the same.
Thanks & regards,