




Indicate the object or the window that called FileBrowser.aspx.įn: (used only in stand alone mode) name of the function to callBack when user select a file. Changing values of the attributes of Filemanager1 control in FileBrowser.aspx.Ĭaller: "ckeditor" when used with ckeditor, "tinymce4" when used with Tiny MCE, "top" or "parent" when used as stand alone.Passing proper parameters via querystring when opening FileBrowser.aspx.You have two ways to costomize the MB FileBrowser behavior: The second and the third show how to use MB FileBrowser with CKEditor and Tiny MCE 4.įor details refer to Test Site. The first is a stand alone FileBrowser which allow to choose a file url, or to navigate and download file in a public or private directory: the best way is to place FileBrowser.aspx into a new browser window (with javascript method window.open) or, using an iframe, into a javascript dialog (like Bootstrap modal, Fancybox or other). In the Test Site I proposed three examples of how to use File Browser: Simply open /FileBrowser/FileBrowser.aspx (optionally adding parameters in the query string). !!! IMPORTANT !!! Internet anomynous user (IUSR_**) MUST have full control over this folder. You may change it setting MainDirectoriy attribute of FileManager1 in FileBrowser.aspx. For default root folder path is /userfiles. Next step is to create the root folder for you browser. This will install last version of the package in your project. The easiest way to install MB FileBrowser is to use Nuget.įrom within Visual Studio open the Package Manager Console run the following command: The intent of MB File Browser is to offer an easy-to-use ready solution. Refer to IZWebFileManager repository for full source code of the control. The project use a modified version of IZ File Manager a server side asp.net web control developed by manishma. MB FileBrowser offer an open source solution to provide server side file browsing to popular html on-line editors (like CKEditor and Tiny MCE) or to your own forms.
