Apache with mod security
From Dokeos
Some reports of running Dokeos on a system with Apache's mod_security module say that you have to deactivate it to enable images upload. You can do that by adding the following lines in an .htaccess file at the root of your Dokeos document root:
SecFilterEngine Off SecFilterScanPOST Off
Thanks to Didrik Pinte for this helpful report

