Seek plug-ins (components) that are compatible with IE9 react to upload pictures.

guys, is there a plug-in (component) that is compatible with IE9 react to upload pictures? Thank you very much.

Jan.12,2022

if IE9 is compatible with FormData and FileReader , you can write one by hand. FormData + FileReader it's easy to upload files


.

you can try the official website of the plug-in plupload: Link description

is compatible on ie9, but conflicts with mock


is actually compatible with ie9?. Ie9 has to be submitted in form, and the iframe, backend may also need to be modified. It is more convenient and secure to write it yourself

Menu