markus / ConvertService / ServiceBase / UploadFonts / Default.aspx @ e46ef756
이력 | 보기 | 이력해설 | 다운로드 (736 Bytes)
1 | d91efe5c | taeseongkim | |
---|---|---|---|
2 | <%@ Page Title="Home Page" Language="C#" MasterPageFile="~/Site.Master" AutoEventWireup="true" CodeBehind="Default.aspx.cs" Inherits="UploadFonts._Default" %> |
||
3 | 950e6b84 | taeseongkim | <asp:Content ID="BodyContent" ContentPlaceHolderID="MainContent" runat="server"> |
4 | <div class="jumbotron"> |
||
5 | <h1>Markus Font Upload</h1> |
||
6 | <p class="lead"> |
||
7 | d91efe5c | taeseongkim | <asp:FileUpload ID="FileUpload1" runat="server" AllowMultiple="true" Class="Multi" accept=".ttf,.ttc,.otf"/> |
8 | 950e6b84 | taeseongkim | </p> |
9 | <p> |
||
10 | <asp:Button ID="btnUpload" runat="server" Text="Upload File" OnClick="btnUpload_Click" /> |
||
11 | </p> |
||
12 | <p> |
||
13 | <asp:Label runat="server" ID="FileUploadStatus"></asp:Label> |
||
14 | </p> |
||
15 | </div> |
||
16 | |||
17 | </asp:Content> |