danialfarid / ng-file-upload

Lightweight Angular directive to upload files with optional FileAPI shim for cross browser support
MIT License
7.87k stars 1.6k forks source link

"Aw, snap" on chrome when uploading from external device #2110

Closed abondoa closed 5 years ago

abondoa commented 5 years ago

Steps to reproduce:

  1. Plug in a phone or any other external device into your machine
  2. Go to https://angular-file-upload.appspot.com/ in chrome
  3. Click the "select file" button
  4. Navigate to your external device and select an image from there

Expected: The image is shown in the preview below

Actual: Chrome gives you an "Aw, Snap!"

Running on windows 10, chrome 72.0.3626.121. The problem does not seem to exist on Firefox, so the issue might be in chrome rather than with this particular project.

abondoa commented 5 years ago

Issue fixed in chrome 73.0.3683.75