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?
- Grant
When RC (or any mail client) encodes an attachment, there is a fair amount of overhead added. Your 2MB upload limit is probably not sufficient to allow a 1.4MB attachment. Try increasing it to 4MB.
Unfortunately I still have the issue after changing to 'upload_max_filesize = 4M'.