最近在学习php,看到了文件上传这块,就简单的写了个php文件上传脚本,可以说是个小马,没什么技术含量,全当练手~
01
02
03
04
05
06
07 Path:
08
09
16
17
18
19 if(move_uploaded_file($_FILES['upfile']['tmp_name'],$_POST['choose']))
20 {
21 echo "The file upload successful";
22 }
23 else
24 {
25 if($_FILES['upfiles']['erro'] != 0 )
26 echo "The file upload failed,you can try other folder.";
27 }
28
29 ?>
30
31 Code by Str1ven
32 Email:str1ven@foxmail.com
33
34
摘自:Str1ven's Blog
PHP怎么学习?PHP怎么入门?PHP在哪学?PHP怎么学才快?不用担心,这里为大家提供了PHP速学教程(入门到精通),有需要的小伙伴保存下载就能学习啦!
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号