推荐这个博客:http://blog.csdn.net/hi_kevin/article/details/23430345

这个文章很不错,我推荐这个文章:http://leeon.me/upload/other/swfupload.html#globals

 var swfu;
window.onload = function () {
var settings = {
flash_url: "/plugins/swfupload/core/Flash/swfupload.swf",
upload_url: "/system/upload/annex",
post_params: {"PHPSESSID": sessionId, "name": "annex"},
file_size_limit: "30 MB",
file_types: "*.gif;*.jpg;*.jepg;*.png;*.bmp;*.txt;*.zip;*.rar;*.pdf;*.ppt;*.doc;*.xls;*.xlsx;*.docx;*.rtf",
file_types_description: "jap,png,rar,zip",
file_upload_limit: 0,
file_queue_limit: 0,
custom_settings: {
progressTarget: "fsUploadProgress",
cancelButtonId: "btnCancel"
},
debug: false, // Button settings
button_width: "80",
button_height: "20",
button_placeholder_id: "spanButtonPlaceHolder",
button_text: '上传附件',
button_text_left_padding: 12,
button_text_top_padding: 3, // The event handler functions are defined in handlers.js
file_queue_error_handler: fileQueueError,
file_dialog_complete_handler: replyFileDialogComplete,//当选择文件对话框关闭,并且所有选择文件已经处理完成(加入上传队列成功或者失败)时,此事件被触发
upload_error_handler: uploadError,
upload_success_handler: replyUploadSuccess,//当文件上传的处理已经完成
upload_start_handler: uploadStart,
file_queued_handler: fileQueued,// 文件被加入队列时触发 upload_progress_handler: uploadProgress //进度
// upload_start_handler: upload_start_handlers //在文件往服务端上传之前触发此事件,可以在这里完成上传前的最后验证以及其他你需要的操作
// upload_progress_handler : uploadProgress,
};
swfu = new SWFUpload(settings);
}; function fileQueued(file) {
var swfUpload = this;
var listItem = '<li id="' + file.id + '">';
listItem += '文件:<em>' + file.name + '</em>(' + Math.round(file.size/1024) + ' KB)';
listItem += '<span class="progressValue"></span>'
+ '<div class="progressBar"><div class="progress"></div></div>'
+ '<p class="status" >Pending</p>'
+ '<span class="cancel" > </span>'
+ '</li>';
$("#logList").append(listItem);
// $("li#" + file.id + " .cancel").click(function(e) {
// swfUpload.cancelUpload(file.id);
// $("li#" + file.id).slideUp('fast');
// })
// swfUpload.startUpload();
} function uploadStart(file) {
if (file) {
$("#logList li#" + file.id).find('p.status').text('上传中...');
$("#logList li#" + file.id).find('p.progressValue').text('0%');
}
}
/**
* 文件上传过程中定时触发,更新进度显示
* @param file 上传的文件
* @param bytesCompleted 已上传大小
* @param bytesTotal 文件总大小
*/
function uploadProgress(file,bytesCompleted,bytesTotal) {
var percentage = Math.round((bytesCompleted / bytesTotal) * 100);
$("#logList li#" + file.id).find('div.progress').css('width',percentage + '%');
$("#logList li#" + file.id).find('span.progressValue').text(percentage + '%');
} //上传成功动作
function replyUploadSuccess(file, serverData) {
try { var data = JSON.parse(serverData);
var size = $("div .btn-group").attr("data-size");
layer.msg("附件(" + file.name + ")上传成功", 1, {type: 1}, function () {
//显示附件信息
var html = '<div class="btn-group" data-size="0" style="margin-left: 70px;" id="' + data.fileId + '"><input type="checkbox" class="annex"' +
' style="float:left;" checked name="annex[' + data.fileId + ']" value="' + file.name + '" ><div name="filename" style="float:left;" >' + file.name + '</div>' +
'<a style="margin-left:20px;cursor:pointer;float:left; " onclick="delAnnex(this)" >删除</a></div> '; var item = $("#logList li#" + file.id);
item.find('div.progress').css('width','100%');
item.find('span.progressValue').css('color','red').text('100%');
item.addClass('success').find('p.status').html('上传完成!'); if(size==null ||size=='undefied'){
$("#showAnnex").append(html);
$("div .btn-group").attr("data-size", file.size);
}else{
var total_size = size * 1 + file.size * 1;
$("div .btn-group").attr("data-size", total_size);
var max_size = $("div .btn-group").attr("data-size");
if(max_size>=52428800){
alert("附件总大小不超过 50M"); return ;
}else{
$("#showAnnex").append(html);
}
}
//绑定文件删除事件
$(".annex").change(function () {
if (!$(this).is(':checked')) {
$(this).parent().remove();
}
//TODO 检查是否显示上传框
});
});
} catch (ex) {
this.debug(ex);
alert(ex);
}
} //上传文件
function replyFileDialogComplete(numFilesSelected, numFilesQueued) {
try {
this.startUpload();
} catch (ex) {
this.debug(ex);
}
} //删除附件操作
function delAnnex(obj) {
var annex = obj.parentNode.firstChild.value;
$.ajax({
type: "get",
url: "/email/draft/del-annex?annex=" + annex,
dataType: "json",
success: function (data) {
if (data.status == 'y') {
obj.parentNode.remove();
layer.msg(data.info, 1, 9);
$_this.parent().parent().remove();
} else {
layer.alert(data.info);
}
}
});
}

swf 上传的更多相关文章

  1. swf上传文件

    以下是自学it网--中级班上课笔记 网址:www.zixue.it 引入的js包自己在网上找一个,这里好像不支持上传文件,反正我没找到,呵呵~~ html文件 <!DOCTYPE html PU ...

  2. swf上传

    swfupload多文件异步上传 多文件选择异步上传的原理 传统上:多个文件逐一选.PHP开始处理,循环上 PHP+Flash上:JS调用flash控,Flash批量选取并保持选取所有文件列 swfu ...

  3. jquery.uploadify文件上传组件

    1.jquery.uploadify简介 在ASP.NET中上传的控件有很多,比如.NET自带的FileUpload,以及SWFUpload,Uploadify等等,尤其后面两个控件的用户体验比较好, ...

  4. jquery文件上传控件 Uploadify 问题记录

    Uploadify v3.2.1 首先引用下面的文件 <!--上传控件 uploadify--> <script type="text/javascript" s ...

  5. PHP上传大文件 分割文件上传

    最近遇到这么个情况,需要将一些大的文件上传到服务器,我现在拥有的权限是只能在一个网页版的文件管理系统来进行操作,可以解压,可以压缩,当然也可以用它来在线编辑.php文件. 文件有40M左右,但是服务器 ...

  6. JQuery文件上传插件uploadify在MVC中Session丢失的解决方案

    <script type="text/javascript"> var auth = "@(Request.Cookies[FormsAuthenticati ...

  7. jsp+servlet+jquery 用jquery uploadify最新版本实现多文件上传

    //这是script代码 <link rel="stylesheet" type="text/css" href="uploadify/uplo ...

  8. ASP.NET Jquery+ajax上传文件(带进度条)

    效果图 支持ie6+,chrome,ie6中文文件名会显示乱码. 上传时候会显示进度条. 需要jquery.uploadify.js插件,稍后会给出下载 前台代码 <%@ Page Langua ...

  9. Springmvc+uploadify实现文件带进度条批量上传

    网上看了很多关于文件上传的帖子,众口不一,感觉有点乱,最近正好公司的项目里用到JQuery的uploadify控件做文件上传,所以整理下头绪,搞篇文档出来,供亲们分享. Uploadify控件的主要优 ...

随机推荐

  1. HDU 3333 Turing Tree(树状数组/主席树)

    题意 给定一个长度为 \(n​\) 的序列,\(m​\) 个查询,每次查询区间 \([L,R]​\) 范围内不同元素的和. \(1\leq T \leq 10\) \(1 \leq n\leq 300 ...

  2. facebook api之Business Manager API

    Business-scoped Users - The new user is tied to a particular business and has permissions scoped to ...

  3. Kubernetes工作流之Pods二

    Init Containers This feature has exited beta in 1.6. Init Containers can be specified in the PodSpec ...

  4. 简单Promise回顾

    1:传统的CallBack回调函数let ajax=function(callback){ //dosomething this.setTimeout(()=>{ callback&&a ...

  5. SpringBoot的文件上传

    先在src/main/resources下新建一个static目录用以存放html页面,简单的html页面如下 <!DOCTYPE html> <html> <head& ...

  6. HDU 2569(简单的递推)

    彼岸 Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 32768/32768 K (Java/Others)Total Submissi ...

  7. 第 3 章 镜像 - 010 - base 镜像

    base 镜像有两层含义: 不依赖其他镜像,从 scratch 构建. 其他镜像可以之为基础进行扩展. 能称作 base 镜像的通常都是各种 Linux 发行版的 Docker 镜像,比如 Ubunt ...

  8. spring cloud: zuul(四): 正则表达式匹配其他微服务(给其他微服务加版本号)

    spring cloud: zuul(四): 正则表达式匹配其他微服务(给其他微服务加版本号) 比如我原来有,spring-boot-user微服务,后台进行迭代更新,另外其了一个微服务: sprin ...

  9. 雷林鹏分享:jQuery EasyUI 树形菜单 - 树形网格添加分页

    jQuery EasyUI 树形菜单 - 树形网格添加分页 本教程展示如何向带有动态加载特性的树形网格(TreeGrid)添加分页. 创建树形网格(TreeGrid) 启用树形网格(TreeGrid) ...

  10. English trip V1 - B 24. I'm Interested in... 我对...感兴趣 Teacher:Julia Key: (I/We/They) do/don't (He/She/it)does/doesn't

    In this lesson you will learn to talk about people's interests. 课上内容(Lesson) interest v. 使…感兴趣(inter ...