Error - "the document contains no data" when i try to attach a file or image.

Centos(linux)
Apache2
MySQL 3.23.58
drupal 4.6.2
upload.module

These forum topics are related but have no solutions -
http://drupal.org/node/19132
http://drupal.org/node/25835
http://drupal.org/node/20788

Comments

Michael Hofmockel’s picture

Apache is set to limit php pages to a maximum of 512 KB by default. I increased the limit to 1 GB (the LimitRequestBody directive in /etc/httpd/conf.d/php.conf).

There are also limits on file sizes in /etc/php.ini:
post_max_size = 8M
upload_max_filesize = 2M