web3.storage icon indicating copy to clipboard operation
web3.storage copied to clipboard

Folder

Open margilazde opened this issue 2 years ago • 2 comments

Why there is no function of upload folder?(I need 1 CID to all collection NFT) I wanted upload folder of images but system uploaded files in folder

margilazde avatar Mar 23 '23 13:03 margilazde

i was also wondering this. specifically cannot upload folder to console.web3.storage - does folder have to be converted to CAR format first?

Shmoji avatar Jan 07 '24 19:01 Shmoji

We don't currently support this in the web UI at console.web3.storage, but it is supported using the w3cli (https://github.com/web3-storage/w3cli) and we've just landed support for directory uploads in the w3ui library, along with an example of how to support directory uploads in custom applications (https://github.com/web3-storage/w3ui/tree/main/examples/react/multi-file-upload).

@heyjay44 I think it's worth considering adding directory upload support to console - the actual implementation shouldn't be too hard, I think it's mostly a question of how we'd like it to work.

travis avatar Jan 08 '24 18:01 travis