Solution:
The error basically tells you what to do. Make sure the file isnt empty, make sure uploads arent disabled in your php,ini file. Or as it states, the problem could be post_max_size being defined as smaller than upload_max_filesize in php.ini.