manto07m 3 years ago
parent
commit
f020ede641
1 changed files with 1 additions and 0 deletions
  1. 1 0
      api-upload.php

+ 1 - 0
api-upload.php

@@ -452,6 +452,7 @@ include($_SERVER['DOCUMENT_ROOT'] . "/Authorization/script/php/permission/check_
 					contentType: false,
 					dataType: 'text', // 回傳的資料格式
 					success: function(data) {
+						console.log(data);
 						showNotification('成功','轉檔上傳成功!','success');
 					},
 					xhr: function() {