Skip to main content

All Questions

0 votes
1 answer
2k views

Angular IE11 file upload Cancel event

We have an application where we need to support IE11 with file upload functionality. The version of angular is Angular 11. There is file upload control, which is working fine in all browsers except ...
Biju Thomas's user avatar
  • 1,109
8 votes
2 answers
2k views

HTML input type="file" drag and drop doesnt work in Edge and IE11

I've created a sample Angular app where I added only an input control to the view. In my project, I created my own file-uploader component. I'm able to drag and drop the file in Chrome but cannot do ...
GoldenAge's user avatar
  • 3,018
1 vote
1 answer
273 views

Angular4 uploading image in typescript on ie11

I'm trying to upload an image to my web application in Angular 4. I convert the input file with readAsBinaryString() and extract the ascii code with btoa() which I then pass to a backend service. ...
Doreen Green's user avatar