Hello everyone, how can I use Moralis to upload Video on IPFS, because I checked the YouTube tutorial for IPFs using Moralis, it is only NFTs and Json files uploaded on IPFS no single example of uploading video on IPFS.
Hey itβll be very similar you just need to get the video file data and the upload it to IPFS with similar code
You mean I will create a folder to add all the videos I wanna store then call the Name of the folder in the code?
if you want to upload videos in same IPFS folder, better to try to use pinata directly, if you want to upload one video at a time, you can use same syntax as uploading any file to IPFS
1 Like