HttpErrorResponse 200 after successfull POST in Angular
问题 I upload one file from Angular 5.xx to Jersey 1.xx via FormData. The data gets received and saved successfully on my server app directory, but Browser says this line from the picture (Chrome and Firefox). When I upload it via HTML only like so: Choose file to upload<br> <form action="http://localhost:8181/BackendMaven" method="post" enctype="multipart/form-data"> <input name="input" id="filename" type="file" /><br><br> <button name="submit" type="submit">Upload</button> </form> it won't show