Retain Original file name #80

Closed
opened 2023-01-18 04:20:54 +01:00 by iota · 5 comments

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

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
Owner

You can append any name to the URL, like example.tld/F_.jpg/something.jpg

You can append any name to the URL, like example.tld/F_.jpg/something.jpg
mia closed this issue 2023-01-18 04:31:44 +01:00
Author

How would I achieve something like this.

How would I achieve something like this.
Owner

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.

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.
Owner
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.
Author

Thank you :)

Thank you :)
Sign in to join this conversation.
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: mia/0x0#80
No description provided.