描述

创建一个照片上传控件

参数

允许动态属性:

false
名称 必需 默认值 类型 描述
attachConfig true   Object 照片对应的附件配置信息
autostart   false Boolean 选择完要上传的文件后,是否自动上传
belongId     String 附件所归属的数据记录的主键(ID)值
cssClass     String The css class to use for element
cssStyle     String The css style definitions for element to use
deleteUrl   upload!deleteFile.do String 删除附件的 URL
disabled     String Set the html disabled attribute on rendered html element
dragdrop   true Boolean 是否允许通过拖拽选择要上传的文件
fileDataName   file String 文件表单域字段的名称
flashSwfUrl     String Flash swf 文件的 URL
headers     String 自定义上传文件的请求头,是一个键值对的 JSON 格式字符串,如: {'name': 'hemw', 'password': 'testPWD'}
height   100 Integer 照片的高度
id     String HTML id attribute
maxFileSize     String 允许上传的最大值,, 支持的单位有 b, kb, mb, gb, tb, 如: 10mb、1gb
maxRetries   0 Integer 在触发错误事件(Error event)之前重试上传文件或分块的次数
multipart   true Boolean 是否以 Multipart formated 的方式发送文件和附加参数
multipartParams     String 上传每个文件时,一并发送的附件参数, 该属性值是一个 JSON 格式字符串,如: {'author': 'hemw'}
name     String The name to set for element
onCompleteTopics     String 上传完所有文件时(触发 complete 事件时)发布的主题,多值之间使用逗号分隔
onErrorTopics     String 当发生错误时(触发 error 事件时)发布的主题,多值之间使用逗号分隔
onProgressTopics     String 处理文件上传时(触发 progress 事件时)发布的主题,多值之间使用逗号分隔
onReadyTopics     String 上传控件完成初始化后(触发 ready 事件时)发布的主题,多值之间使用逗号分隔
onRemovedTopics     String 移除队列中的文件时(触发removed 事件时)发布的主题,多值之间使用逗号分隔
onSelectedTopics     String 选择文件后关闭弹出对话框时(触发 selected 事件时)发布的主题,多值之间使用逗号分隔
onStartTopics     String 开始文件上传时(触发 start 事件时)发布的主题,多值之间使用逗号分隔
onStopTopics     String 中断文件上传时(触发 stop 事件时)发布的主题,多值之间使用逗号分隔
onUploadedTopics     String 每上传完一个文件时(触发 uploaded 事件时)发布的主题,多值之间使用逗号分隔
requiredFeatures     String 运行时(浏览器)应该具备的特性,可以是 key1=value1,key2=value2 或 {key1:value1,key2:value2} 的形式
runtimes   html5,flash,silverlight,html4 String 逗号分隔的一系列运行环境的值,将逐一尝试,直到找到可以正确执行的运行环境
silverlightXapUrl     String Silverlight xap 文件的 URL
template     String The template (other than default) to use for rendering the element
templateDir     String The template directory.
theme     String The theme (other than default) to use for rendering the element
title     String Set the html title attribute on rendered html element
tooltipDelay   Classic String Delay in milliseconds, before showing JavaScript tooltips
uploadeds     Array 已上传的照片
url   upload.do String 处理文件上传逻辑 Action 的 URL
width   60 Integer 照片的宽度

示例代码

example descript...

这里是示例代码块