ant-design/components/upload/style
偏右 a9376ef1ca
Fix image url display with non-image extention in Upload (#9936)
now we treat url following below rules:

1. `data:image..` => image
2. `http://xxx.com/xxxx.(webp|svg|png|gif|jpg|jpeg)` => image
3. `http://xxx.com/xxx.zip` other extensions => non-image
4. `data:application..` other minetypes in base64 text => non-image
5. `http://xxx.com/xxx` without any extensions => image

close #9835

close #9681

ref #9621
2018-04-04 17:17:01 +08:00
..
index.less Fix image url display with non-image extention in Upload (#9936) 2018-04-04 17:17:01 +08:00
index.tsx Fix upload error file style, close #4810 2017-02-15 20:58:40 +08:00