How the upload component of antd is compatible with ie8?

problem description

how can the upload component of antd be compatible with ie8?

the environmental background of the problems and what methods you have tried

antd upload function turns off automatic upload. There is a non-empty verification, but these cannot be used in ie8. What can I do to be compatible?

related codes

/ / Please paste the code text below (do not replace the code with pictures)

what result do you expect? What is the error message actually seen?

the upload component of antd works normally in ie8, and the style is consistent with that of Google browser

Apr.30,2021

antd itself is compatible with modern browsers and IE9 or above (polyfills is required).

clipboard.png


IE8 will no longer be supported after antd@2.0.

IE8 needs to be used with the react@0.14.x version.

Menu