The following are the allowed extension for Forum attachments. MS Word and Excel are supported.
private static $allowedExtensions =
array(
'txt', 'doc', 'docx', 'sql', 'csv', 'xls', 'ppt', 'pdf',
'jpg', 'jpeg', 'png', 'gif', 'bmp', 'psd', 'ai',
'avi', 'wmv', 'mp3', '3gp', 'flv', 'mkv', 'mpeg', 'mpg', 'swf',
'zip', 'gz', '.tgz', 'gzip', '7z', 'bzip2', 'rar'
);
File: ow_plugins\forum\bol\post_attachment_service.php
What is the filesize you trying to upload? Verify the maximum file size settings in your forum attachment settings.