Multiple file upload

PHP limits the size of uploads and POST requests (post_max_size and upload_max_filesize I think). Sounds like 19 images come under that limit, adding more goes over that limit so is rejected.

Worth checking anyway.