<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