Feature request
Use Case
We'd like to easily validate the files added to BlobFields in a model before saving the model and uploading the file to the cloud.
Current state
We have to use the regular FileField, which constrains the size of file we can upload via e.g. Cloud Run as the server can only accept files up to 32MB. I think we can also use BlobField but with some messy workarounds.