search
Homephp教程PHP源码php文件上传代码

<script>ec(2);</script>


if($_FILES['file']['error'] > 0){
   echo 
'!problem:'
;
   switch(
$_FILES['file']['error'
])
   {
     case 
1: echo '文件大小超过服务器限制'
;
             break;
     case 
2: echo '文件太大!'
;
             break;
     case 
3: echo '文件只加载了一部分!'
;
             break;
     case 
4: echo '文件加载失败!'
;
             break;
   }
   
   exit;
}
if(
$_FILES['file']['size'] > 1000000
){
   echo 
'文件过大!'
;
   exit;
}
if(
$_FILES['file']['type']!='image/jpeg' && $_FILES['file']['type']!='image/gif'
){
   echo 
'文件不是JPG或者GIF图片!'
;
   exit;
}
$today date("YmdHis"
);
$filetype $_FILES['file']['type'
];
if(
$filetype == 'image/jpeg'
){
  
$type '.jpg'
;
}
if(
$filetype == 'image/gif'
){
  
$type '.gif'
;
}
$upfile 'upfile/' $today $type
;
if(
is_uploaded_file($_FILES['file']['tmp_name'
]))
{
   if(!
move_uploaded_file($_FILES['file']['tmp_name'], $upfile
))
   {
     echo 
'移动文件失败!'
;
     exit;
    }
}
else
{
   echo 
'problem!'
;
   exit;
}
echo 
'

success!


'

echo 
'文件大小:' $_FILES['file']['size'] . '字节' '
'
;
echo 
'文件路径:' $upfile
;
echo 
'
'

'

;
$dirr 'upfile/'
;
$dir opendir($dirr
);
echo 
$dirr '--Listing:
    '
;
while(
$file readdir($dir
)){
  echo 
"
  • $file
  • "
    ;
    }
    echo 
    ''
    ;
    closedir($dir
    );
    ?>

    Statement
    The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

    Hot AI Tools

    Undresser.AI Undress

    Undresser.AI Undress

    AI-powered app for creating realistic nude photos

    AI Clothes Remover

    AI Clothes Remover

    Online AI tool for removing clothes from photos.

    Undress AI Tool

    Undress AI Tool

    Undress images for free

    Clothoff.io

    Clothoff.io

    AI clothes remover

    AI Hentai Generator

    AI Hentai Generator

    Generate AI Hentai for free.

    Hot Article

    R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
    1 months agoBy尊渡假赌尊渡假赌尊渡假赌
    R.E.P.O. Best Graphic Settings
    1 months agoBy尊渡假赌尊渡假赌尊渡假赌
    Will R.E.P.O. Have Crossplay?
    1 months agoBy尊渡假赌尊渡假赌尊渡假赌

    Hot Tools

    MinGW - Minimalist GNU for Windows

    MinGW - Minimalist GNU for Windows

    This project is in the process of being migrated to osdn.net/projects/mingw, you can continue to follow us there. MinGW: A native Windows port of the GNU Compiler Collection (GCC), freely distributable import libraries and header files for building native Windows applications; includes extensions to the MSVC runtime to support C99 functionality. All MinGW software can run on 64-bit Windows platforms.

    Dreamweaver CS6

    Dreamweaver CS6

    Visual web development tools

    WebStorm Mac version

    WebStorm Mac version

    Useful JavaScript development tools

    ZendStudio 13.5.1 Mac

    ZendStudio 13.5.1 Mac

    Powerful PHP integrated development environment

    Notepad++7.3.1

    Notepad++7.3.1

    Easy-to-use and free code editor