0

I'm creating an angular 4 app that has file upload as one of its features. I know that ng4 has support until IE 9 and I have created a working file upload component using FormData that is not supported back to IE9. Now what's the common way to create a cross browser solution to upload files that has support for older browsers as IE9?

asolenzal
  • 500
  • 7
  • 23

1 Answers1

1

Your options are very slim because IE9 did not ever put in much support for file uploads. So, in a nutshell, there is no common way.

See this post for more info

ed-tester
  • 1,596
  • 4
  • 17
  • 24