Hello,
i'm trying to use ng2-file-input in my angular 2 project.
I have problems with the "Browse" button, when i click it, no file selector widow is shown.
The "Drop" functionality works fine.
In the Chrome console i see this error:
dist/FileAPI.flash.swf?r=2.0.21 404 not Found.
I read your solution setting the "paths" in tsconfig.json, i do it, but it doesn't work.
--Update:
I understand that it's a angular 2 problem, so it is not related to ng2-file-input.
Hello, i'm trying to use ng2-file-input in my angular 2 project. I have problems with the "Browse" button, when i click it, no file selector widow is shown. The "Drop" functionality works fine.
In the Chrome console i see this error: dist/FileAPI.flash.swf?r=2.0.21 404 not Found.
I read your solution setting the "paths" in tsconfig.json, i do it, but it doesn't work.
--Update: I understand that it's a angular 2 problem, so it is not related to ng2-file-input.
Thanks