I'm trying to upload a 1.4MB file to Roundcube but I always get the "File upload failed" message. I can upload small files without a problem. There is nothing in roundcube/logs/errors. I have the following in php.ini:
upload_max_filesize = 2M post_max_size = 8M
What could be wrong?