Success !, the problem was that the file attachments were being stored in the database and not the file system on the server, when you tryed to upload the file the MySQL server was rejecting the file because the packet it was reciving was to big. Changed it to store files on the file server now so we shouldnt get that problem again.

Thanks Steve !