<html>php
<head><title>文件上傳</title></head>html
<body>post
<form action="upload.php" method="post" enctype="multipart/form-data">orm
<input type="hidden" name="MAX_FILE_SIZE" value="1000000">htm
選擇文件:<input type="file" name="myfile">ip
<input type="submit" value="上傳文件">input
</form>文件上傳
</body>it
</html>io