Failed to send files using angular 8 to laravel backend
问题 I have recently tried to upload pdf files using Angular 8 and submit the data to laravel backend. But interestingly other inputs are reaching the backend successfully with file as exception. push-book.component.html <form (ngSubmit) ="pushBook()" class="form" enctype="multipart/form-data"> <div> <input (change)="onFileSelected()" type="file" id="file" required> </div> <div class="cover-viewer"> <pdf-viewer [src]="pdfSrc" [render-text]="true" [page]="page" [show-all]="false" style="display: