I’m looking for this too. Seems like a pretty obvious/common feature that you’d wanna be able to cap each users total uploads to a set limit… surprised if this isn’t a feature by now.
OK found the answer (sort of, not specifically for audio recorder)… you have to save file size with a workflow as each upload is complete (eg with Uppy Uploader). In the same workflow you can the update a running total for each user.
Not quite, unfortunately. You can use a workflow to add up the file size of uploaded files, but Bubble stores a file size’s value before compression occurs, so it’s nowhere near accurate. For example, I could upload a 2mb file, Bubble compresses and resizes it upon upload to 800px max, the resulting file is (let’s say) 150kb, but in a workflow getting the uploader’s file size, Bubble still takes the original file size for the workflow. Haven’t found a workaround, and honestly for us, it was more curiosity than necessity, so we scrapped this.
Thanks for the quick reply. I’m trying to find the file size of images stored in the database as opposed to uploaded files, which has proven to be tricky.