Initial commit
This commit is contained in:
13
Administration/Filebrowser.aspx
Normal file
13
Administration/Filebrowser.aspx
Normal file
@@ -0,0 +1,13 @@
|
||||
<%@ Page Language="C#" MasterPageFile="~/Site.Master" AutoEventWireup="true" CodeBehind="Filebrowser.aspx.cs" Inherits="QW2021C.Administration.Filebrowser" %>
|
||||
<%@ Register Assembly="Syncfusion.EJ.Web, Version=18.3460.0.35, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89" Namespace="Syncfusion.JavaScript.Web" TagPrefix="ej" %>
|
||||
<%@ Register Assembly="Syncfusion.EJ, Version=18.3460.0.35, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89" Namespace="Syncfusion.JavaScript.Models" TagPrefix="ej" %>
|
||||
<asp:Content ID="MainContent" ContentPlaceHolderID="MainContent" runat="Server" EnablePageMethods="true">
|
||||
<asp:Label runat="server"><h4>Anmeldung</h4></asp:Label>
|
||||
<ej:FileExplorer ID="fileexplorer" runat="server" IsResponsive="true" Width="100%" MinWidth="150px" Layout="Tile"
|
||||
AjaxAction="Filebrowser.aspx/FileActionDefault" Path="~/Downloads/">
|
||||
<AjaxSettings>
|
||||
<Download Url="downloadFile.ashx{0}" />
|
||||
<Upload Url="uploadFiles.ashx{0}" />
|
||||
</AjaxSettings>
|
||||
</ej:FileExplorer>
|
||||
</asp:Content>
|
||||
Reference in New Issue
Block a user