Hello Ivo Zhulev
I have used like this.
<jqxFileUpload [width]="300" [uploadUrl]="'http://ms-pc:8084/RPS/api/students/studentphotodetails'" (onUploadEnd)="UploadEnd($event)"
#studentPhoto [accept]="'image/*'" [theme]="'energyblue'" [fileInputName]="'studentPhoto'">
</jqxFileUpload>
The file has been uploaded but loading does not stop and response from server is ok. What should we do to close the loading.