tus / tusd

Reference server implementation in Go of tus: the open protocol for resumable file uploads
https://tus.github.io/tusd
MIT License
2.93k stars 465 forks source link

handler: Valid upload IDs from pre-create hooks #1072

Closed Acconut closed 5 months ago

Acconut commented 5 months ago

These restrictions are included to ensure that upload IDs fit well into a URI's path and that we can always extract the same exact upload ID as was encoded in the URL.

Closes #1030.