You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ant-design-vue/components/upload/demo/directory.md

21 lines
360 B

<cn>
#### 文件夹上传
支持上传一个文件夹里的所有文件。
</cn>
<us>
#### Upload directory
You can select and upload a whole directory.
</us>
```html
<template>
<a-upload action="//jsonplaceholder.typicode.com/posts/" directory>
<a-button>
<a-icon type="upload" /> Upload Directory
</a-button>
</a-upload>
</template>
```