在PHP中
創建一個文件upload
<html xmlns=
<head>
<title>文件上傳頁面</title>
<meta http
<meta name=
<style type=
body
strong{font
a:link{color:#
a:hover{color:#FF
a:visited{color:#
a:active{color:#
a{TEXT
td
</style>
</head>
<body bgcolor=
<center>
<form enctype=
action=
<table border=
<tr>
<td colspan=
<p align=
</td>
</tr>
<tr>
<td width=
<td width=
<input type=
<input name=
<input type=
</td>
</tr>
</table>
</form>
</center>
</body>
</html>
在浏覽器中加載upload
圖
[
From:http://tw.wingwit.com/Article/program/PHP/201311/21520.html