| Server IP : 209.209.40.120 / Your IP : 216.73.217.112 Web Server : Microsoft-IIS/10.0 System : Windows NT NEWWWW 10.0 build 17763 (Windows Server 2019) i586 User : NEWWWW$ ( 0) PHP Version : 8.3.30 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /Program Files (x86)/Mail Enable/Bin/NETWebAdmin/Mondo/lang/sys/Forms/ |
Upload File : |
<%@ Register TagPrefix="uc1" TagName="uscStyleHeader" Src="../Controls/uscStyleHeader.ascx" %>
<%@ Page Language="vb" AutoEventWireup="false" Codebehind="Uploader.aspx.vb" Inherits="MailEnable.Clients.WebAdmin.Mondo.Uploader" %>
<%@ Register TagPrefix="uc2" TagName="uscLanguageTokenMondo" Src="../Controls/uscLanguageToken.ascx" %>
<uc2:uscLanguageTokenMondo id="uscToken" runat="server"></uc2:uscLanguageTokenMondo>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title><%=uscToken.GetText("[ME_TXT-Uploader]")%></title>
<META name="vs_defaultClientScript" content="JavaScript">
<META name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
<META HTTP-EQUIV="content-type" CONTENT="text/html;charset=UTF-8">
<META HTTP-EQUIV="Expires" CONTENT="0">
<META http-equiv="Pragma" content="no-cache">
<META http-equiv="Cache-Control" content="no-cache">
<uc1:uscStyleHeader id="UscStyleHeader1" runat="server"></uc1:uscStyleHeader>
<script type="text/javascript" src="../Scripts/LIBCore.js"></script>
<script type="text/javascript">
<!--
function SubmitAttachment()
{
var oFile = document.getElementById("FileUploader");
var oFrmUpload = document.getElementById("frmUpload");
if (oFile.value == 0)
{
alert(t_("[ME_TXT-Youmustselectafilebeforeattemptinganupload]"));
}
else if ( oFrmUpload )
{
//window.parent.ShowUploadProgress();
oFrmUpload.submit();
}
}
function SetSkin(Skin, Location)
{
if (document.getElementById('SELECTEDSKIN'))
{
document.getElementById('SELECTEDSKIN').value = Skin;
}
if (document.getElementById('LOCATION'))
{
document.getElementById('LOCATION').value = Location;
}
}
// -->
</script>
<!--[if lte IE 7]>
<style type="text/css">
</style>
<![endif]-->
</head>
<body style="margin:0;padding:0;color:#2865BA;font-size:11px;background-color:Transparent;overflow:hidden;">
<form id="frmUpload" runat="server" enctype="multipart/form-data" method="post"><%MailEnable.Utilities.WriteFormValidationField(Response, Session.SessionID, Session.Item("ME_VALIDATIONTOKEN"))%>
<table class="options_form_table" border="0" cellpadding="0" cellspacing="0">
<tr>
<td style="vertical-align:top;text-align:right;white-space:nowrap;">
<input type="file" ID="FileUploader" name="FileUploader" runat="server" style="float:right;width:185px;height:22px;margin:0;position:relative;top:-3px;">
<div class="options_form_label" style="float:right;padding-right:5px;"><%=uscToken.GetText("[ME_TXT-FileName]")%>:</div>
</td>
<td class="options_form_table_minWidth" style="vertical-align:top;margin:0;padding:0;padding-left:18px;">
<input id="btnAdd" name="btnAdd" class="ME_Button" type="button" runat="server" style="CURSOR:pointer;HEIGHT:22px;margin:0;" onclick="SubmitAttachment();">
<input name="SELECTEDSKIN" id="SELECTEDSKIN" type="HIDDEN" value="" style="margin:0;padding:0;">
<input name="LOCATION" id="LOCATION" type="HIDDEN" value="" style="margin:0;padding:0;">
</td>
</tr>
</table>
</form>
</body>
</html>