Retain Original file name #80
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: mia/0x0#80
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hello, I am wondering if there is a way to retain the original file name on .jpg/mp4/png/etc instead of generating a shorter Like for example example.tld/F_.jpg
You can append any name to the URL, like example.tld/F_.jpg/something.jpg
How would I achieve something like this.
On the client. You can manually do that, it works with any URL. So if you have some kind of upload tool, just make that append the original file name to the URL you receive from 0x0.
For example, with https://0x0.st/ohN6.png, you can change it to https://0x0.st/ohN6.png/screenshot.png or https://0x0.st/ohN6.png/something_else_entirely.zip — either will work.
Thank you :)