国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 開發(fā) > PHP > 正文

多文件上載系統(tǒng)完整版

2024-05-04 23:01:02
字體:
供稿:網(wǎng)友
<?php
//多文件上載系統(tǒng)完整版
//功能強(qiáng)大,可任意控制上載文件數(shù),是否覆蓋

include("../include/common.inc");
$title = "多個(gè)文件的上載程序";
include("../include/header.inc");

//定義允許上載文件的數(shù)目

define("upload_no", 10);

echo("<p align='center'><font size='4' color='#000080'>歡迎您!<br>一次可以最多上載".upload_no."個(gè)文件<br><hr>n");
if($request_method!="post"){
    echo("<form enctype="multipart/form-data" method=post>n");
    echo("<input type="hidden" name="max_file_size" value="3000000">n");
     
    for($i=1;$i<=upload_no;$i++){
        echo("<input type=file name=infile$i>   ");

        if($i%2==0)
        echo("<br>n");
    }
     
    echo("<br><br><input type="checkbox" name="overload" value="on"></font> <font color='#ff0000'>是否覆蓋已經(jīng)存在的文件?</font>");
    echo("<br><br><input type=submit value=上載></form>n");
}
else{
    //處理上載
    $noinput = true;
    for($i=1;$noinput&&($i<=upload_no);$i++){
         if(${"infile".$i}!="none") $noinput = false;
    }
    if($noinput){
        echo("<font size='4' color='#000080'>沒有選定的文件,返回重試</font>");
        exit();
    }
    echo("<p align='center'><font size='4' color='#000080'>您選中的文件已經(jīng)成功地上載到服務(wù)器的臨時(shí)目錄!</font><br>");         
    echo("<table border='1' width='84%' height='52' bordercolorlight='#008080' bordercolordark='#008080'>
        <tr>
            <td width='14%' bgcolor='#008000' height='21'><font color='#ffffff'>文件號</font></td>
            <td width='52%' bgcolor='#008000' height='21'><font color='#ffffff'>文件名稱</font></td>
            <td width='34%' bgcolor='#008000' height='21'><font color='#ffffff'>文件大小</font></td>
        </tr>");

    for($i=1;$i<=upload_no;$i++){
        $just=${"infile".$i."_size"};
        $fp_size[i] = $just;
         
        if($overload!=on){
            if(file_exists(addslashes(dirname($path_translated))."/upload/".${"infile".$i."_name"}))
                echo "<font size='4' color='#ff0000'>您上載的文件<font color='#000000'>".${"infile".$i."_name"}."</font>已經(jīng)存在,該文件拷貝失敗!</font><br>";
            else{
                if(${"infile".$i}!="none"&©(${"infile".$i},addslashes(dirname($path_translated))."/upload/".${"infile".$i."_name"})&&unlink(${"infile".$i})){
                $str = ${"infile".$i."_name"};
                echo("<tr>
                    <td width='14%' height='19'>$i</td>
                    <td width='52%' height='19'>$str</td>
                    <td width='34%' height='19'>$fp_size[i]</td>
                    </tr>");
                  }
            }
        }
        else{
            if(${"infile".$i}!="none"&©(${"infile".$i},addslashes(dirname($path_translated))."upload".${"infile".$i."_name"})&&unlink(${"infile".$i})){
                $str = ${"infile".$i."_name"};
                echo("<tr>
                    <td width='14%' height='19'>$i</td>
                    <td width='52%' height='19'>$str</td>
                    <td width='34%' height='19'>$fp_size[i]</td>
                    </tr>");
            }
        }

    }
    echo "</table>";             
}

include("../include/footer.inc");
         
?>  
發(fā)表評論 共有條評論
用戶名: 密碼:
驗(yàn)證碼: 匿名發(fā)表
主站蜘蛛池模板: 芦山县| 永康市| 宜川县| 博客| 得荣县| 马边| 南靖县| 天柱县| 繁昌县| 黄骅市| 河北省| 桦川县| 江口县| 突泉县| 茌平县| 彭水| 樟树市| 濮阳县| 宜宾县| 绥德县| 石屏县| 合阳县| 镇原县| 曲松县| 英德市| 祁阳县| 永顺县| 武邑县| 黄骅市| 贵南县| 汉寿县| 双鸭山市| 历史| 阳春市| 额尔古纳市| 鄄城县| 惠来县| 南溪县| 合川市| 驻马店市| 嘉峪关市|