Hi,
I've just upgraded to latest stable version, having done so now people cannot attach PDF files to their emails...any other kind of file seems to work fine. Anyone got any ideas?
Jonathan
Is there any errors in the error log?
No errors in the error log at all...
What is the message that shows when you try to attach it?
File Upload Failed
This occurrs with PDF documents, .txt documents and image files but it does not occurr with MS documents e.g. .doc .xls etc
Sounds like a mime problem, try adding the extensions to the /config/mimetypes.php file.
'pdf' => 'application/pdf',
'txt' => 'text/plain',
'jpg' => 'image/jpeg',