mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-01 03:29:39 +08:00
Re-word description of upload component (#4085)
Just a little bit of rewording for english speakers, same stuff, just sounds better.
This commit is contained in:
parent
b4d4af64a1
commit
f62fa38ebd
@ -13,9 +13,9 @@ title:
|
|||||||
|
|
||||||
## en-US
|
## en-US
|
||||||
|
|
||||||
You can drag files to a specific area, to upload. Meanwhile you can also upload by selecting.
|
You can drag files to a specific area, to upload. Alternatively, you can also upload by selecting.
|
||||||
|
|
||||||
We can upload serveral files at one in modern browser by setting `multiple`.
|
We can upload serveral files at once in modern browsers by giving the input the `multiple` attribute.
|
||||||
|
|
||||||
````jsx
|
````jsx
|
||||||
import { Upload, Icon, message } from 'antd';
|
import { Upload, Icon, message } from 'antd';
|
||||||
|
Loading…
Reference in New Issue
Block a user