[Blob] Client Upload Not Retaining Original Filename
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 595
- Forks
- 101
- Avg merge
- 2h 24m
- Merged PRs (30d)
- 1
Description
When uploading a file via the server put function with the addRandomSuffix option enabled, the file will keep it's original file name in the content disposition.
When uploading a file via the client upload function with the addRandomSuffix option enabled, the content disposition filename changes to include the random suffix instead of the original filename.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Compare the server put function with the client upload function when addRandomSuffix is enabled, focusing on how each sets the content-disposition filename. Confirm the client preserves the original filename like the server behavior described in the issue.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- api, cloud
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100