Pomf icon indicating copy to clipboard operation
Pomf copied to clipboard

Filename suffix gets discarded if an identical file already exists

Open JonasOlson opened this issue 8 years ago • 3 comments

Suppose you upload a file called audio.jpg, and get the URL .../zksebc.jpg back. Then you realise that it had the wrong filename suffix, so you rename it to audio.ogg and upload that one. The URL you then get back will again be .../zksebc.jpg, so you still have the wrong filename suffix.

JonasOlson avatar Feb 29 '16 12:02 JonasOlson

why'd you upload a song file as a jpeg in the first place, though?

avail avatar Feb 29 '16 12:02 avail

That's not a bug , it's a feature. Why would you want to have 2 duplicate files in your storage? Also if you want to discover files on host , just create a 10liner python script to try all combinations from a-z and within 26^6 requests you have all the hosting mapped.

AlleSoke1 avatar Feb 29 '16 13:02 AlleSoke1

why'd you upload a song file as a jpeg in the first place, though?

Why would you want to have 2 duplicate files in your storage?

In my case, I accidentally put the wrong video container file suffix on a video file, uploaded it, realised my mistake, and uploaded the same content with a new filename.

I can also imagine situations where two files of different types can have the same content, for example one plain text file and Markdown file. An empty file is probably valid in many file formats.

Finally, it might be a way to interfere with other users. For example, if an evildoer knows or can guess that a certain file soon will be uploaded, he could upload an identical file under a different name and thus ruin the experience for the legitimate users.

JonasOlson avatar Jun 18 '16 23:06 JonasOlson