'; html+=' '; html+='
'; html+=' '; html+='
'; html+='
左移右移删除
'; html+=''; $("#list_"+name).append(html); } else { sdcms.error("上传失败:"+data.msg); } }, sending:function(file) { sdcms.loading("正在上传,请稍等"); }, totaluploadprogress:function(progress) { $.progress((Math.round(progress*100)/100)+"%"); }, queuecomplete:function(progress) { $.progress('close'); }, error:function(file,msg) { sdcms.error(msg); } });