I am using RadEditor --> ImageManager to upload the new image. How do i get the uploaded image file name at runtime programmatically using FileUpload event.
RadEditor is using RadFileExplorer control to provide the file browsing functionality for its dialogs. By design, the events of the RadFileExplorer are not exposed to the RadEditor, however, you can achieve the required functionality by modifying the RadEditor's built-in FileBrowser.ascx dialog and assign a handler to RadFileExplorer's ItemCommand event.