前端**(我是js裡呼叫後台的)
//20201209上傳檔案時刪除上次檔案
var oldfiles = row.contractfilename;
//獲取上次上傳的檔名(多檔案)
var oldcount = oldfiles.
split
(',');
if(oldcount.length >0)
, success:
function
(d)})}
}
後端**(.net)
public dynamic getdelfile",
"temp/contract"))
;//需刪除檔案的路徑
//刪除檔案
for(
int i =
0; i < directory.
getfiles
(directorypath)
.tolist()
.count; i++)}
; result.msg =
"success"
;return result;
}
WebUploader上傳大檔案時,上傳出錯問題
上傳普通檔案沒有問題,當檔案達到一定大小的時候,上傳錯誤,返回結果是404,我可以肯定的是路徑是沒有問題的。因為上傳小檔案等都是可以的。然後使用webuploader的uploaderror監控錯誤,返回的錯誤 為http。一直不得解決之法。後來思考只有大檔案出錯,小檔案沒有問題,那可能是post的...
點選上傳按鈕,檔案自動上傳
1 input type button class button green value 上傳 onclick upload1 click 2 input type button class button green value 上傳 onclick upload2 click 3 input ty...
點選上傳按鈕,檔案自動上傳
1 input type button class button green value 上傳 onclick upload1 click 2 input type button class button green value 上傳 onclick upload2 click 3 input ty...