Hi @abscond , Thanks for the info!
That is a generic upload error, but we can work with it. This error is normally related to your server setup.
Make sure you fulfill our minimum requirements.
Please go to Tools > Site Health > Into Tab (at the top), then click Copy Site Info to Clipboard. Paste the info (CTRL+V or CMD +V) in a notepad and check the following values:
time_limit: 300 (set how much time operations have to run on the server)
memory_limit: 256M
admin_memory_limit: 256M
max_input_time: -1
upload_max_filesize: 512M (limits the size of individual files)
php_post_max_size: 512M (limits the size of a payload or batch)
Adjust accordingly.
Let me know how it went.
Thanks.