POST 429 Error when trying to place more than 20 images into post at once

There is a php ini directive called ‘max_file_uploads’, which (as it happens) defaults to 20. So, this is the number of files php will allow you to upload in one go. If you can edit the php ini yourself, then you can probably add or update this value. If not, then your server team will need to do it.