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?