Skip to content

Keep the filename of the original file #277

@GitBoudewijn

Description

@GitBoudewijn

Right now you can use &filename= to set the filename for an image but otherwise it's always image.jpg/image.webp etc.

It would be nice if by default it would just keep the filename from the Content-Disposition header of the original file. (Changing the extension depending on &output=.)

If the original location doesn't have a Content-Disposition header you could just set the filename based on the last part of the url. (The same as the browser would name it automatically if you download it from the original location.)

So images.weserv.nl/?url=example.com/a/xxx.jpg&output=webp the filename would become xxx.webp.

You could then use &filename= to overwrite the original filename.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions