Cancel file upload when session is terminated
This commit is contained in:
@ -93,5 +93,6 @@ func POST(w http.ResponseWriter, r *http.Request) {
|
||||
return
|
||||
}
|
||||
|
||||
w.WriteHeader(http.StatusAccepted)
|
||||
return
|
||||
}
|
||||
|
Reference in New Issue
Block a user