Hi,
When I go to upload images to my Image Gallery module album in the CMS I get the "server did not accept" error.
I called Bluehost, my web host, and they claim that mod_security is not enabled by default for their clients (ie., it's off).
I also added the following to my htaccess file in the root of the domain with no luck:
<IfModule mod_security.c>
SecFilterEngine Off
SecFilterScanPOST Off
</IfModule>
Any ideas?
Sam