When I try to attach a file anymore this is the error I receive:

<h1>Request Entity Too Large</h1> The requested resource<br>/upload/js<br> does not allow request data with POST requests, or the amount of data provided in the request exceeds the capacity limit. <hr> <address>Apache/2.2.13 (Fedora) Server at gms.bps101.net Port 443</address> 

This is a popup box.

We have https enabled for anything that requires users to be logged in to do. This is a 5.x on FC11. Most of my php.ini and httpd.conf values are default. With the exception of POST and max_upload values which are in the megabytes. Most of the file sizes we are uploading are < 1mb. We have no extension filtering other than the base. And this has worked before. Which tells me it's not a rights issue.

Thanks.

Comments

lilott8’s picture

Has anyone seen this? Or know anything about it?

lilott8’s picture

The culprit was the secure pages module. I had secured node/add* and node/*/edit. This was causing conflicts with the AJAX uploader. Secure pages also effects panels pages as well. So be cognoscente of this while using the awesome module.

fnohe’s picture

Thanks – it would have taken me hours to find the cause of this problem!