資源簡介
php 實現圖片網頁上傳功能
代碼片段和文件信息
header(“Content-type:text/html;charset=utf-8“);
/*?if?($_FILES[“file“][“error“]?>?0){
echo?“出現錯誤“.?$_FILES[“file“][“error“];
}else{
move_uploaded_file($_FILES[“file“][“tmp_name“]??$_FILES[“file“][“name“]);
}?*/?
if?($_FILES[“file“][“error“]?>?0){
echo?“Error:?“?.?$_FILES[“file“][“error“]?.?“
“;
}else{
??/*?echo?“文件名:?“?.?$_FILES[“file“][“name“]?.?“
“;
??echo?“文件類型:?“?.?$_FILES[“file“][“type“]?.?“
“;
??echo?“文件大小:?“?.?($_FILES[“file“][“size“]?/?1024)?.?“?Kb
“;
??echo?“臨時文件路徑:?“?.?$_FILES[“file“][“tmp_name“];?*/
??$name?=?‘D:/upload/lunbo/‘.$_FILES[“file“][“name“];
$name?=?iconv(“UTF-8““GBK“?$name);?
??move_uploaded_file($_FILES[“file“][“tmp_name“]$name);?
??$name?=?‘http://139.199.186.220:8084/lunbo/‘.$_
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???????1517??2018-11-08?16:44??dy_upload.css
?????文件???????2338??2018-11-08?17:05??dy_upload.html
?????文件???????1178??2018-11-29?13:06??dy_upload.js
?????文件????????942??2018-11-09?14:08??dy_upload.php
?????文件???????4127??2018-11-08?16:45??img\close.png
?????文件???????5122??2018-11-08?16:38??img\li
?????文件???????3100??2018-10-24?14:41??img\shanchu.png
?????文件???????2425??2018-11-08?16:45??img\upload.png
?????文件??????86927??2018-09-27?11:32??js\jquery-3.3.1.min.js
?????文件?????????40??2014-04-27?13:07??js\jquery-cookie\.gitignore
?????文件????????237??2014-04-27?13:07??js\jquery-cookie\.jshintrc
?????文件????????165??2014-04-27?13:07??js\jquery-cookie\.tm_properties
?????文件????????487??2014-04-27?13:07??js\jquery-cookie\.travis.yml
?????文件????????240??2014-04-27?13:07??js\jquery-cookie\bower.json
?????文件????????622??2014-04-27?13:07??js\jquery-cookie\carhartl-jquery-cookie-92b7715\test\index.html
?????文件????????424??2014-04-27?13:07??js\jquery-cookie\carhartl-jquery-cookie-92b7715\test\malformed_cookie.html
?????文件????????694??2014-04-27?13:07??js\jquery-cookie\carhartl-jquery-cookie-92b7715\test\server.js
?????文件???????8742??2014-04-27?13:07??js\jquery-cookie\carhartl-jquery-cookie-92b7715\test\tests.js
?????文件???????2241??2014-04-27?13:07??js\jquery-cookie\CHANGELOG.md
?????文件????????340??2014-04-27?13:07??js\jquery-cookie\component.json
?????文件???????1530??2014-04-27?13:07??js\jquery-cookie\CONTRIBUTING.md
?????文件????????834??2014-04-27?13:07??js\jquery-cookie\cookie.jquery.json
?????文件???????2273??2014-04-27?13:07??js\jquery-cookie\Gruntfile.js
?????文件???????3121??2014-04-27?13:07??js\jquery-cookie\jquery.cookie.js
?????文件???????1051??2014-04-27?13:07??js\jquery-cookie\MIT-LICENSE.txt
?????文件???????1215??2014-04-27?13:07??js\jquery-cookie\package.json
?????文件???????4842??2014-04-27?13:07??js\jquery-cookie\README.md
?????文件???????3121??2018-11-07?15:31??js\jquery.cookie.js
?????文件??????41651??2013-06-24?22:16??js\jquery.form.js
?????文件??????69531??2018-09-02?19:55??layui-v2.4.3\layui\css\layui.css
............此處省略133個文件信息
- 上一篇:PHP 華為云短信接口
- 下一篇:車輛型號匯總
評論
共有 條評論