See Example 2

This example demonstrates adding FileVistaControl to the page by using <GleamTech:FileVistaControl> tagPrefix.

    <GleamTech:FileVistaControl ID="FileVistaControl" runat="server"

                                Style="width: 800px; height: 600px"

                                Language="de-CH"

                                LicenseKey="k0r64Bq87NBWuEcj1wWW9QxDXQa2A+lf2R+KGZM="

                                Debug="false"

                                Fullscreen="false"

                                UploadMethod="Flash">

        <RootFolders>

            <GleamTech:FileVistaRootFolder Name="Test Root Folder"

                                           Path="d:\files"

                                           Permissions="Full"

                                           AllowedFileTypes="*.jpg; *.gif" />

            <GleamTech:FileVistaRootFolder Name="Test Root Folder 2"

                                           Path="/"

                                           Permissions="Traverse, List, Download"

                                           Quota="2000 KB"/>

        </RootFolders>

    </GleamTech:FileVistaControl>

FileVistaControl Trial Version