fix: invalid path when uploading files
This commit is contained in:
committed by
Henrique Dias
parent
e6ffb65374
commit
9072cbce34
@@ -147,7 +147,8 @@ func tusPostHandler() handleFunc {
|
||||
// Enables the user to utilize the PATCH endpoint for uploading file data
|
||||
registerUpload(file.RealPath(), uploadLength)
|
||||
|
||||
w.Header().Set("Location", "/api/tus/"+r.URL.Path)
|
||||
// Signal the frontend to reuse the current request URL
|
||||
w.Header().Set("Location", "")
|
||||
|
||||
return http.StatusCreated, nil
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user