AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
Is It Possible to Upload Files to the Database in Server Pod?
The binary file upload to database storage is actually directly into the database, right? Not on the file system. There's still one bug if you're using Flutter Web and upload files to the database that's not working right now. So it's not a huge issue, but it would be nice to get fixed. You can pull an object from the database and just pass it on to the to your app. And it will actually be both serializable and you can write it or read it from the database.