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

Browser getting hang even for 6 KB zip file #2069

Open maneeshthareja opened 6 years ago

maneeshthareja commented 6 years ago

Hi,

When I am running this plugin in angular without minification of complete code base then everything works fine and I can upload 20 MB zip file as well however when I minified complete code base and then try to upload even 6 KB zip then as soon as I select file browser gets hang and you can do anything. Is any body else faced the same issue?

I am using in chrome and with Angular 1.6

maneeshthareja commented 6 years ago

Any update on this as I have tried many ways but not getting any error log or not hitting any request on tomcat.