uploadfile response ERR_CONNECTION_ABORTED #1074
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I use ng2-file-upload component.
When backed have something error,i do not accpet the file and response a 400 code to the request.
But , I can not get the 400 code in the front.
I get a failed status and a ERROR_CONNECTION_ABORTED in the front.
The OnError event in ng2-file-upload get nothing and the response is none about the OnError event.
So, what is wrony in my case.
Thanks for your help.