Skip to content

Commit

Permalink
support custom id
Browse files Browse the repository at this point in the history
  • Loading branch information
peifan-tes committed Oct 14, 2020
1 parent b75f2a6 commit 86bc044
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/handler/unrouted_handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -345,6 +345,7 @@ func (handler *UnroutedHandler) PostFile(w http.ResponseWriter, r *http.Request)
IsPartial: isPartial,
IsFinal: isFinal,
PartialUploads: partialUploadIDs,
ID: meta["id"],
}

if handler.config.PreUploadCreateCallback != nil {
Expand Down

0 comments on commit 86bc044

Please sign in to comment.