The File() option of the FileBrowser does not provide UrlHandler() option #8150
Labels
Bug
C: Editor
FP: Completed
Sync status with associated Feedback Item
Next Release
Item that will be included in the next official release
S: Wrappers (ASP.NET Core)
S: Wrappers (ASP.NET MVC)
SEV: Low
Milestone
Bug report
The File() option of the Editor's FileBrowser configuration does not provide UrlHandler() option, which is available for the ImageBrowser.
Reproduction of the problem
The File() option sets URL responsible for serving the original file. Try to set it by using a JavaScript handler.
The File(x => x.UrlHandler("setURLHandler")) configuration is not available.
Expected/desired behavior
The UrlHandler() function must be available to set the URL that serves the file using a JavaScript handler.
Environment
The text was updated successfully, but these errors were encountered: