Browse Source

Throw error when upload failes

Tobias Reich 10 years ago
parent
commit
1554340841
1 changed files with 3 additions and 0 deletions
  1. 3 0
      assets/js/upload.js

+ 3 - 0
assets/js/upload.js

@@ -135,6 +135,9 @@ upload = {
 								.html("Server returned the status code " + xhr.status)
 								.show();
 
+							// Throw error
+							lychee.error("Upload failed. Server returned the status code " + xhr.status + "!", xhr, xhr.responseText);
+
 						}
 
 						// Check if there are file which are not finished