Upload/manage folder with IPFS

To be able to handle metadata in my ERC1155 contract as easily as possible, I would like to be able to upload a folder to IPFS (containing the metadata files, e.g. 1.json, 2.json, etc.)
Is this possible to do with moralis IPFS integration?

Hey @dagr

Take a look at:

Better not to deviate from the standards. So that no further problems arise

Hope this will help you :man_mechanic:

That’s exactly what I’m doing, the IPFS docs include this point:

Wrapping files in directories when adding to IPFS is recommended, as it preserves filenames and makes IPFS URIs more easily readable

I’m just trying to achieve this with moralis