angular-upload icon indicating copy to clipboard operation
angular-upload copied to clipboard

Upload on IE9

Open cenkozdag opened this issue 9 years ago • 1 comments

Hi all! When the file upload directive is rendered within IE9, the onUpload function does not get called.

fileInput[0].files is undefined in the line below.

              scope.$apply(function () {
                  scope.onUpload({ files: fileInput[0].files });
              });

do you have a solution for this?

thanks! cenk

cenkozdag avatar May 30 '16 12:05 cenkozdag

Hi there,

Any update on the issue you logged above?

Thanks in advance. M

mittalbhanderi avatar Feb 03 '17 11:02 mittalbhanderi