Cancel file upload when session is terminated

This commit is contained in:
2024-09-15 17:41:33 +07:00
parent eee047a9b0
commit 4ee86d0fc4
2 changed files with 9 additions and 1 deletions

View File

@ -93,5 +93,6 @@ func POST(w http.ResponseWriter, r *http.Request) {
return
}
w.WriteHeader(http.StatusAccepted)
return
}