@kpeacock I don’t mean to spam you. Just wanted to point out that there’s at least one other person who would probably appreciate a video tutorial on file management.
I wasn’t being humorous. I requested that Kyle make a video tutorial on how to do exactly what you’re asking in this post. I referenced this post and one other post as evidence that there are multiple people who would appreciate the tutorial. As a result, Kyle said that he’d make the tutorial when he gets the time.
so I’d say my comment actually did add some value if it results in a video tutorial explaining the very thing you’re requesting help with.
To add a point to this thread, in addition to the difficulty of implementing a large volume storage system using one or more canisters, there is the question of the price per GB.
The solution that consists of cutting up packets of bytes, with the goal of scalability, technical performance and efficiency, does not seem to me to be ideal with this technology today. But since dfinity has many advantages, I asked myself how to solve this problem.
I will combine my dApp with dfinity and ipfs, ipfs-cluster for large media, I store on dfinity an object which is a pointer to the ipfs CID so I keep the distributed attribute of the solution and I benefit from the existing interfaces for the management of these contents.
I can use either my ipfs infrastructure or existing online solutions.
For public media it seems to me an interesting alternative in terms of complexity and cost. I am now thinking about how to use a similar concept for media that need to be protected.
You can see on the forum a lot of threads by searching “bigMap”
Hi guys, I just want to know if anyone knows of a function built into Motoko that allows the user to upload a file(assume all the files uploaded would be the same format) to the canister and store it there? The files won’t be large.