Custom File Manager Dialog

Thread is closed for posting
3 posts, 0 answers
  1. 842BF4F2-6F53-4DA0-8C80-03D063E20415
    842BF4F2-6F53-4DA0-8C80-03D063E20415 avatar
    40 posts
    Member since:
    Oct 2005

    Posted 07 Sep 2007 Link to this post

    Requirements

    RadControls version

    7.1.2.0

    .NET version

    .NET 2.0    

    Visual Studio version

    Visual Studio 2005

    programming language

    C#

    browser support

    Tested on IE 7.0 / Opera 9.23/ FF 2.0


     
    PROJECT DESCRIPTION
    I am developing a website where I need to allow editors to add an article to the website. For that reason, I used radeditor to be able to edit/add a new article.
    Articles might have accompanying sample code. I searched the radeditor and couldn't find a dialog that allows users to upload a file and have a link to it in the text inside the raeditor. That is why, I decided to build a new custom dialog which allows users to upload files, browse existing files each in his/her directory.
    For instance, I will have in my website a base folder to store all files, ~/Uploads/Files, and each user will have his/her folder to store files that they own, ~/Uploads/Files/bhaidar.
    This way, while writing an article, adding a link to download the code accompanying the article will be an implicit thing to do for the editors!

    Download the code for this new File Manager Dialog and if you have any questions, please do email me at: bhaidar@gmail.com.

    Hope you like my custom dialog for raeditor!
    Regards
  2. DF60784D-55A5-4263-9F10-A12FA48C9ADC
    DF60784D-55A5-4263-9F10-A12FA48C9ADC avatar
    14477 posts
    Member since:
    Apr 2022

    Posted 07 Sep 2007 Link to this post

    Hi Bilal,

    Thank you very much for the provided solution. This is a nice example which demonstrates how to create a custom file upload dialog.

    Just for your information, RadEditor already offers a similar File Browser tool named "Documents manager." You can launch it by pressing the
    The image “http://www.telerik.com/DEMOS/ASPNET/RadControls/Editor/Skins/Default/buttons/DocumentManager.gif” cannot be displayed, because it contains errors.toolbar button. You can test this dialog here.

    Best regards,
    Rumen
    the Telerik team

    Instantly find answers to your questions at the new Telerik Support Center
  3. 842BF4F2-6F53-4DA0-8C80-03D063E20415
    842BF4F2-6F53-4DA0-8C80-03D063E20415 avatar
    40 posts
    Member since:
    Oct 2005

    Posted 07 Sep 2007 Link to this post

    Hi Rumen,
    I didn't know about such functionality!! That is great.

    But I want to tell you, developing a custom dialog with Telerik was a piece of cake!! And this is something great about the controls, where you can customize and add new features in a matter of few hours!!

    Thanks
Back to Top

This Code Library is part of the product documentation and subject to the respective product license agreement.