What I’m trying to do:
Upload media files from the client with client_writable…
self.upload_table_writable.add_row(**media_object_dict)
On uploading a 6.5mb jpg file I see the following error.
anvil.server.InternalError: Timeout while assembling BlobMedia
I’ve used this function many times in the past with larger files without issue. Any advice appreciated.
Thanks
cipher