Ismael Gorissen

Results 9 comments of Ismael Gorissen

Hi, I also get this error but only when I'm installing the module with `yarn`. When using `npm` it's work fine.

Same issue for me. `pace-js` is not installed in case someone asks me. ```javascript public onUploadOutput(output: UploadOutput) { this.logger.debug(output); switch (output.type) { case 'dragOver': { ... } case 'dragOut': {...

@Newan I think I found the issue. Take a close look at the `file` object when `start` event is logged. ![start event](https://image.ibb.co/hX6AOS/Screen_Shot_2018_03_12_at_17_03_45.png)

@jkuri I think so. I'll try with a bigger file. **EDIT** I did my tests with 180KB and 3.5MB files. I get the same results, the response is in the...

@jkuri I'll try to make a simple page to see if there is the same issue.

@jkuri I did some tests with a simple project and it works as expected. So I need to find what is the issue with my code. ![sample project](https://image.ibb.co/irphPc/Screen_Shot_2018_03_14_at_14_03_44.png)

@jkuri I found where the problem is. ```html Drag a file here or browse to upload ``` This is the problem : `*ngIf="!files.length && !uploadCompleted"`. When I remove this it...

Yes, I did that and now it's working. Thank you.

I'm not an expert in barcode so I will let somebody do that :)