Hello,
I have been trying to understand how to name files and folders in a comprehensive and human-readable way.
In fact, I’m reaorganizing an IPFS database to group files of the same type, and then display the browser-based file explorer view of that folder, rather than providing multiple links. I feel that’s better for UI purposes.
However, though I’ve been able to name the folders as I like, I’m still left with files named after their CIDs:
I know by experience that when uploading an already formated folder from a hard drive, with all the files already named prior to upload on IPFS, they keep their original name when displayed on the ipfs file explorer. (see below the project apollo folder for reference)
Is there a way to rename files as we like in MFS or IPFS so it can be seen on the file explorer after they are added to IPFS or during upload?
Btw, really convenient for browsing purposes that ipfs-cluster lets us name the files while upload (thanks to the -n option), too bad it does not reflect on the file explorer or on IPFS.