• 大小: 0.05M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-01-30
  • 标签:

资源简介

php uploadify上传文件例子源码下载

资源截图

代码片段和文件信息

/*
Uploadify
Copyright (c) 2012 Reactive Apps Ronnie Garcia
Released under the MIT License  
*/

// Define a destination
$targetFolder = ‘/uploads‘; // Relative to the root and should match the upload folder in the uploader script

if (file_exists($_SERVER[‘DOCUMENT_ROOT‘] . $targetFolder . ‘/‘ . $_POST[‘filename‘])) {
echo 1;
} else {
echo 0;
}
?>

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件         618  2013-07-05 09:24  Change Log.txt
     目录           0  2013-07-05 09:25  __MACOSX\
     文件         171  2013-07-05 09:24  __MACOSX\._Change Log.txt
     文件         426  2012-07-08 01:42  check-exists.php
     文件         979  2012-09-09 23:10  index.php
     文件       65810  2013-07-05 09:24  jquery.uploadify.js
     文件       46542  2013-07-05 09:25  jquery.uploadify.min.js
     文件        1100  2012-07-08 01:42  license.txt
     文件        2960  2012-07-08 01:42  uploadify-cancel.png
     文件        2543  2012-07-08 01:42  uploadify.css
     文件         862  2012-09-09 23:10  uploadify.php
     文件       12767  2013-06-21 13:04  uploadify.swf
     文件         222  2013-06-21 13:04  __MACOSX\._uploadify.swf

评论

共有 条评论