vercel / vercel/storage

[Blob] Client Upload Not Retaining Original Filename

Open
#903 0 comments 0 reactions 0 assignees View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.