mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-22 17:46:37 +03:00
24 lines
797 B
Plaintext
24 lines
797 B
Plaintext
<%@ Page Language="vb" AutoEventWireup="false" Codebehind="uploader.aspx.vb" Inherits="VBNetUpload.WebForm1"%>
|
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
|
<HTML>
|
|
<HEAD>
|
|
<title>WebForm1</title>
|
|
<meta name="GENERATOR" content="Microsoft Visual Studio.NET 7.0">
|
|
<meta name="CODE_LANGUAGE" content="Visual Basic 7.0">
|
|
<meta name=vs_defaultClientScript content="JavaScript">
|
|
<meta name=vs_targetSchema content="http://schemas.microsoft.com/intellisense/ie5">
|
|
</HEAD>
|
|
<body MS_POSITIONING="GridLayout">
|
|
|
|
<form id="Form1" enctype="multipart/form-data" method="post" runat="server">
|
|
|
|
<INPUT type=file id=File1 name=File1 runat="server" >
|
|
<br>
|
|
<input type="submit" id="Submit1" value="Upload" runat="server" NAME="Submit1">
|
|
|
|
|
|
</form>
|
|
|
|
</body>
|
|
</HTML>
|