前端:
10年積累的網(wǎng)站制作、成都網(wǎng)站建設(shè)經(jīng)驗,可以快速應(yīng)對客戶對網(wǎng)站的新想法和需求。提供各種問題對應(yīng)的解決方案。讓選擇我們的客戶得到更好、更有力的網(wǎng)絡(luò)服務(wù)。我雖然不認(rèn)識你,你也不認(rèn)識我。但先網(wǎng)站設(shè)計制作后付款的網(wǎng)站建設(shè)流程,更有徽州免費網(wǎng)站建設(shè)讓你可以放心的選擇與我們合作。
<html> <body> <form action="/static/uploadList/upload.php" method="post" enctype="multipart/form-data"> <label for="file">licenseImage:</label> <input type="file" name="licenseImage[]" id="file1" /> <input type="file" name="licenseImage[]" id="file2" /> <input type="file" name="licenseImage[]" id="file3" /> <input type="file" name="licenseImage[]" id="file4" /> <br /> <input type="submit" name="submit" value="Submit" /> </form> </body> </html>
后端:
<?php $ret = array (); foreach ($_FILES["licenseImage"]["error"] as $key => $error) { if ($error > 0) { var_dump($_FILES['licenseImage']); var_dump("圖片上傳失敗!!!"); exit; $ret ['status'] = 2; $ret ['dataInfo'] = "圖片上傳失敗!!!"; return $ret; } else { // 臨時文件 $pathFile = @$_FILES ['licenseImage'] ['tmp_name'][$key]; // 文件名 $fileName = $_FILES ["licenseImage"] ["name"][$key]; //文件大小 $fileSize = $_FILES["licenseImage"]["size"][$key]; // 文件類型 // 獲取上傳文件的擴(kuò)展名 $extend = strrpos($fileName,'.');//strrchr ( $fileName, '.' ); // 文件內(nèi)容:file_get_contents($pathFile) // 文件大小:$_FILES["file"]["size"] // 文件在標(biāo)題名稱:批量上傳圖片
路徑分享:http://jinyejixie.com/article8/gdpjop.html成都網(wǎng)站建設(shè)公司_創(chuàng)新互聯(lián),為您提供營銷型網(wǎng)站建設(shè)、微信公眾號、建站公司、網(wǎng)站改版、企業(yè)建站、微信小程序
聲明:本網(wǎng)站發(fā)布的內(nèi)容(圖片、視頻和文字)以用戶投稿、用戶轉(zhuǎn)載內(nèi)容為主,如果涉及侵權(quán)請盡快告知,我們將會在第一時間刪除。文章觀點不代表本網(wǎng)站立場,如需處理請聯(lián)系客服。電話:028-86922220;郵箱:631063699@qq.com。內(nèi)容未經(jīng)允許不得轉(zhuǎn)載,或轉(zhuǎn)載時需注明來源: 創(chuàng)新互聯(lián)