mirror of
https://github.com/ant-design/ant-design.git
synced 2024-12-02 15:59:38 +08:00
447 B
447 B
order | title | ||||
---|---|---|---|---|---|
6 |
|
zh-CN
支持上传一个文件夹里的所有文件。
en-US
You can select and upload a whole directory.
import { Upload, Button, Icon } from 'antd';
ReactDOM.render(
<Upload action="https://www.mocky.io/v2/5cc8019d300000980a055e76" directory>
<Button>
<Icon type="upload" /> Upload Directory
</Button>
</Upload>,
mountNode,
);