¡¾å¸‚场动æ€?¡¿¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡>>> |
|
Ò»¸ö¼òµ¥µÄPHPÎļþÉÏ´«²¢ÔÚhtmlÍøÒ³ÎļþºóÌí¼ÓHTMLÁ´½Ó |
|
up.htmÊÇÉÏ´«ÍøÒ³ÏÔʾ£»  up.phpÊÇÖ´ÐÐÉÏ´«µ½Ö¸¶¨Îļþ¼Ð£¨´Ë´¦Îª¸ùĿ¼ÏµÄdocÎļþ¼Ð£©£¬²¢ÔÚindex.htmlÎļþβ²¿Ìí¼ÓÁ´½Ó 
up.htmÎļþÄÚÈÝÈçÏ  ********************  <!DOCTYPE >  <html>      <head>          <meta charset="gb2312" />          <style>              input{                  display: block              }          </style>      </head>      <body>      <br><br><br>  <div align="center"><b><font size="5">ÎļþÉÏ´«</font><font size="2">    <a href="index.html">»ØÊ×Ò³</a></font></b></div><br>          <form action="up.php" method="post" enctype="multipart/form-data">   <! ±ØÐëÌí¼ÓenctypeÊôÐÔ²ÅÄÜÕýÈ·µØ½ÓÊÕÎļþÉÏ´« >      <div align="center"><input type="file" name="files[]"></div><br>  <! ÕâÀïµÄnameÊôÐÔÖµÐèÒªÓëPHP´úÂëÖжÔÓ¦µÄ±äÁ¿ÃûÏàͬ >      <div align="center"><input type="file" name="files[]"></div><br>      <div align="center"><input type="file" name="files[]"></div><br>      <div align="center"><button type="submit" name="submit">ÉÏ´«</button></div><br>  <! ÕâÀï´¦ÀíÈý¸öÎļþÉÏ´«£¬µ±È»ÉÏ´«Ò»¸öÁ½¸ö¶¼ÐР>  </form>  </body>  </html>  ********************  up.phpÎļþÄÚÈÝÈçÏ£º  ********************  <?php   if(isset($_POST[¡¯submit¡¯])){ // µ±Ìá½»°´Å¥±»µã»÷ʱ       $uploadedFiles = $_FILES[¡¯files¡¯]// »ñÈ¡ËùÓб»ÉÏ´«µÄÎļþÐÅÏ¢              foreach($uploadedFiles[¡¯name¡¯] as $key => $fileName){ // ±éÀúÿ¸öÎļþÃû           if(!empty($fileName)){ // ÅжÏÎļþ²»Îª¿Õ               $targetDir = "doc/"// ÉèÖÃÄ¿±êÎļþ¼Ð·¾¶                              $targetFilePath = $targetDir . basename($fileName)// ¹¹ÔìÍêÕûµÄÄ¿±êÎļþ·¾¶  
            move_uploaded_file($uploadedFiles["tmp_name"][$key], $targetFilePath)// ½«ÁÙʱÎļþÒƶ¯µ½Ö¸¶¨Î»Öà      $fileName=iconv("gb2312","utf-8",$fileName)       $targetFilePath=iconv("gb2312","utf-8",$targetFilePath)  
$file = ¡¯index.html¡¯// Ö¸¶¨ÐèÒª²Ù×÷µÄÎļþ·¾¶   $link = ¡¯<div align="center">¡¯.¡¯<a href="¡¯."{$targetFilePath}".¡¯">¡¯."$fileName".¡¯</a></div><br>¡¯."\n".¡¯</body></html>¡¯// ÉèÖÃÒªÌí¼Óµ½Îļþβ²¿µÄÁ´½ÓÄÚÈÝ       // ´ò¿ªÔʼÎļþ²¢½«ÆäÄÚÈݱ£´æΪ×Ö·û´®±äÁ¿   $content = file_get_contents($file)  
newContent = str_replace(¡¯</body></html>¡¯, "\r\n"."$link", $content)      // ÔÚÎļþβ²¿×·¼ÓÁ´½Ó$newContent = $content . "\n" . $link       // Ð´ÈëеÄÄÚÈݵ½ÎļþÖР  file_put_contents($file, $newContent)                     echo "<br>"           echo "<br>"           echo "<br>"              echo "<div align=¡¯center¡¯>" . "<h1>±¾´Î³É¹¦ÉÏ´«ÎļþÁбí</h1>" . "</div><br>"           echo "<br>"               echo "<div align=¡¯center¡¯>" . "Îļþ£º¡¾ {$fileName} ¡¿Òѳɹ¦ÉÏ´«" . "</div><br>"           //echo "<div align=¡¯center¡¯>" . "Îļþ£º¡¾ {$fileName} ¡¿Òѳɹ¦ÉÏ´«ÖÁ£º {$targetFilePath}" . "</div><br>"   $up9=¡¯up.htm¡¯        echo "<div align=¡¯center¡¯>" . "<a href=¡¯$file¡¯>»ØÊ×Ò³</a>" ."-". "<a href=¡¯$up9¡¯>¼ÌÐøÉÏ´«</a>" . "</div><br>"        echo "<div align=¡¯center¡¯>"  . "</div><br>"  
        }       }   }   ?>  ******************** 
ÕâÁ½¸öÎļþ¿ÉÒÔ·ÅÔÚÈκÎÖ§³ÖPHPÍøÕ¾µÄÈÎÒ»¼¶±ðĿ¼£¬Ö´Ðк󣬼´½«ÎļþÉÏ´«µ½docÎļþ¼Ð£¬²¢ÔÚ¸ÃĿ¼ÏµÄÎļþindex.htmlβ²¿Ìí¼ÓÁ´½Ó¡£±¾´¦Àí¼ÙÉèindex.htmlÎļþÒÑ´æÔÚ£¬ËùÒÔûÓнøÐÐÅжϴ¦Àí¡£ÉÏ´«µÄÎļþÃûÓëÔÀ´Ïàͬ¡£Í¬Ê±Îª±ÜÃâ³öÏÖÂÒÂ룬½øÐÐÁË´úÂëת»»£¬htmÎļþ´æΪansi¸ñʽ£¬PHP´æΪUTF-8¸ñʽ¡£ÁíÍ⣬һЩ¾ä×ÓºóÃæÓзֺţ¬ÍøÕ¾ºǫ́´¦ÀíµÄÔÒò£¬¸ø×Ô¶¯È¥µôÁË£¬¸´ÖÆÕ³ÌùµÄʱºòҪעÒâÒÔºó¼ÓÉÏ¡£ |
·¢²¼Ê±¼ä:2024/1/23
ÔĶÁ:5732´Î À´Ô´:ÑĮ̀Êý¾Ý°²È«´¦ÀíÖÐÐÄ |
|
|
|
|