When I visit a public URL to my uploaded file, the filename includes the prefix, resulting in a super long filename.
Is there a way to download a file from the browser without including the prefix?
Maybe a setting or metadata to the uploaded file, or something?
My backend runs on NodeJS, if that's relevant.