Files
CyberPanel/install-cn/openlitespeed-1.4.28/test/serverroot/wwwroot/phppost.html
qtwrk 9227098c76 installer for chinese network
modifed litespeed/mariadb/powerdns/phpmyadmin/rainloop download URL to mirror for improve chinese network download speed.
2018-03-10 23:25:48 +01:00

42 lines
1.1 KiB
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>CGITest</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<h1>This is PHP post test.</h1>
<form name="form1" method="post" action="/phpinfo.php" enctype="multipart/form-data">
<p>ID:
<input type="text" name="textfield">
<input type="hidden" name="hiddenField" value="hideme">
</p>
<p>Passwd:
<input type="password" name="textfield2">
</p>
<p>suggest:
<textarea name="textfield3"></textarea>
</p>
<p>
<input type="radio" name="radiobutton" value="radiobutton">
choice1
<input type="radio" name="radiobutton" value="radiobutton">
choice2
<input type="radio" name="radiobutton" value="radiobutton">
choice3</p>
<p> Select:
<select name="select">
<option value="a">A</option>
<option value="b">B</option>
<option value="c">C</option>
</select>
<input type="file" name="uploadfile" size="80" maxlength="256">
</p>
<p>
<input type="submit" name="Submit" value="Submit">
</p>
</form>
</body>
</html>