I know that you can restrict single file upload size limits, but how can I enforce a storage size limitation? Say I only want to allow a user to be able to store up to 50mb in the upload folder in total, regardless of how many file they upload. What is the recommended way to accomplish this?