upload.php

来自「php做的上传工具~~必须先配置好文件~用的是XML」· PHP 代码 · 共 33 行

PHP
33
字号
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>资源共享--文件上传(2)</title>
</head>
<body>

<div align="center">
  <h2 align="center"><font color="000000">上传资源的详细信息</font></h2>
    <table width="60%" border="1" align="center" bgcolor="#E3E3E3">
      <form action="upload_source3.php" id="form1" name="form1" method="post" enctype="multipart/form-data">
	    <input type="hidden" name="MAX_FILE_SIZE" value="100000"> 
		 <input type="hidden" name="filename"  value="<?php $upload_time; echo $upload_time?>">
        <tr>
         <td colspan="3"> 
	       <div align="center"><font color="#000000">源文件(5M以内):</font><br/>
	          <input type="file" name="file_dir" size="20"><br/>
	       </div></td>
       </tr>
	    <tr>
          <td colspan="3" height="22">
	       <div align="center"><font color="#000000">
	          <input type="button" name="up_step" value="上一步" onclick="location.href='upload_source1.php'">
		         &nbsp;&nbsp;&nbsp;
				<input type="submit" name="upload" value="提  交"></font></div></td>
		           
       </tr>
      </form>
  </table>
</div>
</body>
</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?