⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 upload.php

📁 php做的上传工具~~必须先配置好文件~用的是XML
💻 PHP
字号:
<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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -