You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
673 B

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<%@ Page language="c#"%>
<script language="C#" runat="server">
// <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ϣ<EFBFBD><CFA2><EFBFBD><EFBFBD>
private string NoFileMessage = "<22><>ѡ<EFBFBD><D1A1><EFBFBD>ϴ<EFBFBD><CFB4>ļ<EFBFBD>";
private string UploadSuccessMessage = "<22>ϴ<EFBFBD><CFB4>ɹ<EFBFBD>";
private string NoImagesMessage = "<22><><EFBFBD>ļ<EFBFBD>";
private string NoFolderSpecifiedMessage = "<22>ļ<EFBFBD><C4BC>в<EFBFBD><D0B2><EFBFBD><EFBFBD><EFBFBD>";
private string NoFileToDeleteMessage = "δɾ<CEB4><C9BE><EFBFBD>ļ<EFBFBD>";
private string InvalidFileTypeMessage = "<22><>Ч<EFBFBD><D0A7><EFBFBD>ļ<EFBFBD><C4BC><EFBFBD>ʽ";
private string[] AcceptedFileTypes = new string[] {"jpg","jpeg","jpe","gif","bmp","png"};
// <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
private bool UploadIsEnabled = true;
private bool DeleteIsEnabled = true;