Simple File Browser User Control

Thread is closed for posting
2 posts, 0 answers
  1. CAA151D2-06B5-4DD2-8BFD-F1502840DDC8
    CAA151D2-06B5-4DD2-8BFD-F1502840DDC8 avatar
    5 posts
    Member since:
    Apr 2006

    Posted 05 Feb 2007 Link to this post

    Requirements

    r.a.d.controls version

    Q4 SP1

    .NET version

    2.0

    Visual Studio version

    VS 2005

    programming language

    C#

    browser support

    all browsers supported by r.a.d.controls


     
    PROJECT DESCRIPTION
    Simple File Browser User Control, a simple way to allow users to browser and download files, using rad controls I could do it easily in couple of days.
    You should only set the root folder variables to point to the root of the Documents folder:

    rootFolder = "~/Downloads";
    selectedPath = Server.MapPath(
    "~/Downloads");

  2. DF60784D-55A5-4263-9F10-A12FA48C9ADC
    DF60784D-55A5-4263-9F10-A12FA48C9ADC avatar
    14477 posts
    Member since:
    Apr 2022

    Posted 09 Feb 2007 Link to this post

    Hi Sriprabu,

    Thank you for the provided solution.
    We made small changes in the codebehind so that everything works smoothly.
    As a small note of gratitude for your code, we have added 3000 points to your account.

    Best regards,
    Rumen
    the telerik team

Back to Top

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