Had the exact same problem. In my case the second uploaded file was bigger than the size set in /etc/php5/apache2/php.ini.
Specifically i had missed to change upload_max_filesize. Check your post_max_size and memory_limit in the above mentioned file as well.
Cheers! 😄