Hi,
our upload impl:
<kendo-upload #kendoUpload [saveUrl]="uploadImageUrl" [removeUrl]="'uploadRemoveUrl'" [autoUpload]="false" (select)="onSelectFileToUpload($event)" (complete)="onUploadCompleted($event)" (uploadProgress)="uploadProgressEventHandler($event)"> </kendo-upload>
as you can see, i have no idea for what removeUrl is good for. But this is not my question atm.
If upload fails and Server returns 500, the selected file gets a red color in the ui, thats fine.
But we need to extract the server response and display it for user information.
How can we get Serverresponse and HttpStatusCode ?
Kind regards
David