天天看點

支援中文的無元件檔案上傳:示例

檔案:uploadtest.asp

<html>

<head>

<title>Untitled Document</title>

<meta http-equiv="Content-Type" content="text/html; charset=gb2312">

</head>

<body bgcolor="#FFFFFF">

<form method="post" name="form1" enctype="multipart/form-data" action="showdata.asp">

<p>text1:

<input type="text" name="text1">

</p>

<p>text2:

<input type="text" name="text2">

<p>txtarea:

<textarea name="textfield" cols="20" rows="10"></textarea>

<p>file:

<input type="file" name="newfile">

<p>

<input type="submit" name="Submit" value="Submit">

<input type="reset" name="Reset" value="Reset">

</form>

</body>

</html>