On Sun, Aug 17, 2014 at 10:53 AM, Robert S robert.spam.me.senseless@gmail.com wrote:
This is a very odd problem. I am able to attach/upload certain files, but not others. I'm not 100% sure about the exact types, but Word documents and .PDF files seem to be OK and I've been unable to upload JPG and RTF files. When I try to upload a file in Firefox, the spinner beside the name of the file in the upload file list spins forever. When I try to upload a file in IE it gives up and gives a "file upload failed" message. Nothing appears in the logs.
Could this be something to do with line length in files (eg. RTF), or perhaps binary vs text files???
Its nothing to do with the size of the files - the .RTF file is only 5kb and I can upload a 46KB Word .DOC file.
Some info: roundcube 0.9.5 apache 2.2.27-r4 php 5.5.15
Maybe a PHP 5.5 issue or there's a content filtering/blocking module active in your webserver. However, if the server rejects a file upload there should be evidence in the logs somewhere. Otherwise you'd need to debug this yourself by checking the error code in https://github.com/roundcube/roundcubemail/blob/master/program/steps/mail/at...
Kind regards, Thomas