/TT-File-Upload

七牛文件上传&普通文件上传程序

Primary LanguagePHPGNU General Public License v3.0GPL-3.0

==============图片上传程序======================
一个简单地图片上传程序
效果如:http://tool.woshiguang.com/upload
==============七牛储存模式======================
若使用七牛云储存模式,请修改index1.php中的
$bucket = "空间名称";
$QiniuBaseUrl = "绑定的域名";
$QiniuAccessKey = 'Access Key';
$QiniuSecretKey = 'Secret Key';
=============普通储存模式=======================
请将up文件夹权限改为777
================================================
http://www.liujiantao.me

liujiantao-刘建涛