ant-design/components/upload/demo/drag.md

12 lines
367 B
Markdown
Raw Normal View History

2016-08-25 09:46:19 +08:00
## zh-CN
2016-11-25 15:00:28 +08:00
把文件拖入指定区域,完成上传,同样支持点击上传。
设置 `multiple` 后,在 `IE10+` 可以一次上传多个文件。
2016-08-25 09:46:19 +08:00
## en-US
You can drag files to a specific area, to upload. Alternatively, you can also upload by selecting.
2016-08-25 09:46:19 +08:00
We can upload serveral files at once in modern browsers by giving the input the `multiple` attribute.