Skip to content
On this page

Upload 上传

文件选择上传和拖拽上传控件。

何时使用

上传是将信息(网页、文字、图片、视频等)通过网页或者上传工具发布到远程服务器上的过程。

  • 当需要上传一个或一些文件时。

示例

待补充

组件属性

属性说明类型默认值
label标题string"上传"
behavior表单组件显示状态: normal,disabled,readonly,hiddenstring"normal"
tips描述信息string-
api数据源string""
listType上传列表的内建样式,支持三种基本样式 text, picturepicture-cardstring"text"
maxCount最大上传数量number1
maxFileSize单文件上传最大大小(M)number5
accept接受上传的文件类型, 详见 input accept Attributestring"*"
multiple多选booleanfalse

Released under the MIT License.