개정판 d91efe5c
issue #00000 download plugin 추가
Change-Id: I54fda0acd2594e6978c5ce0f3c28c92ebf899bd6
ConvertService/ServiceBase/UploadFonts/Default.aspx | ||
---|---|---|
1 |
<%@ Page Title="Home Page" Language="C#" MasterPageFile="~/Site.Master" AutoEventWireup="true" CodeBehind="Default.aspx.cs" Inherits="UploadFonts._Default" %>
|
|
2 |
|
|
1 |
|
|
2 |
<%@ Page Title="Home Page" Language="C#" MasterPageFile="~/Site.Master" AutoEventWireup="true" CodeBehind="Default.aspx.cs" Inherits="UploadFonts._Default" %> |
|
3 | 3 |
<asp:Content ID="BodyContent" ContentPlaceHolderID="MainContent" runat="server"> |
4 | 4 |
<div class="jumbotron"> |
5 | 5 |
<h1>Markus Font Upload</h1> |
6 | 6 |
<p class="lead"> |
7 |
<asp:FileUpload ID="FileUpload1" runat="server" AllowMultiple="true" /> |
|
7 |
<asp:FileUpload ID="FileUpload1" runat="server" AllowMultiple="true" Class="Multi" accept=".ttf,.ttc,.otf"/>
|
|
8 | 8 |
</p> |
9 | 9 |
<p> |
10 | 10 |
<asp:Button ID="btnUpload" runat="server" Text="Upload File" OnClick="btnUpload_Click" /> |
내보내기 Unified diff