资源简介

uploadifive是uploadify的HTML5版本,本人花钱在官网购买的。uploadify大家应该很熟悉了,这个uploadifive版本api接口基本跟uploadify一样,他们同出师门,一个作者出来的。

资源截图

代码片段和文件信息

/*
UploadiFive
Copyright (c) 2012 Reactive Apps Ronnie Garcia
*/

// 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;
}
?>

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件         374  2012-09-05 22:46  Instructions.txt
     目录           0  2013-07-02 23:32  Sample\
     文件        6148  2013-07-02 23:32  Sample\.DS_Store
     文件         342  2012-07-08 01:42  Sample\check-exists.php
     文件        1492  2012-09-05 22:40  Sample\index.php
     文件       92791  2012-09-05 22:36  Sample\jquery.min.js
     文件       13242  2013-07-02 23:31  Sample\jquery.uploadifive.min.js
     文件        1065  2012-07-08 01:42  Sample\uploadifive-cancel.png
     文件        1575  2012-07-08 01:42  Sample\uploadifive-image-only.php
     文件        2237  2012-07-08 01:42  Sample\uploadifive.css
     文件         855  2012-09-05 22:50  Sample\uploadifive.php
     目录           0  2015-12-14 15:03  __MACOSX\
     目录           0  2015-12-14 15:03  __MACOSX\Sample\
     文件         120  2013-07-02 23:32  __MACOSX\Sample\._.DS_Store
     文件         757  2013-07-02 23:30  change-log.txt
     文件         342  2012-07-08 01:42  check-exists.php
     文件        1492  2012-09-05 22:45  index.php
     文件       43393  2014-02-11 10:20  jquery.uploadifive.js
     文件       13035  2014-02-11 10:21  jquery.uploadifive.min.js
     文件        1065  2012-07-08 01:42  uploadifive-cancel.png
     文件        1575  2012-07-08 01:42  uploadifive-image-only.php
     文件        2237  2012-07-08 01:42  uploadifive.css
     文件         855  2012-08-19 12:45  uploadifive.php

评论

共有 条评论