When I try to upload images larger than 100kb I am getting: An unrecoverable error occurred. The uploaded file likely exceeded the maximum file size (1000 MB) that this server supports.

The file obviously is not larger than 1000 MB.

My php.ini is

post_max_size = 1000M
upload_max_filesize = 1000M
max_execution_time = 180
max_input_time = 180
memory_limit = 2000M

Please help. I need to launch and this is my final bug.

Comments

quicksketch’s picture

Hi there, unfortunately this problem can happen for a lot of reasons. It sounds like you've already tried the common solutions (http://drupal.org/node/423478), but beyond that I'm not sure what to recommend. Did you ever find the solution to this problem?

quicksketch’s picture

Status: Active » Closed (cannot reproduce)

Closing after lack of activity.