prim wrote:
It could be a permission issue or that you have settings in php.ini or .htaccess that doesn't allow bigger files than 2M or similar. You also have PHP_Max_Post_size and so on that might be worth checking out.
@prim, thank you for the tips! post_max_size is set to 20M
.htaccess seems harmless enough:
AddHandler php5-script .php
AddHandler php-script .html
#Options +Includes
#AddHandler server-parsed .shtml .html .htm
AddHandler cgi-script .cgi
Options +ExecCGI
AddHandler cgi-script .pl
Wouldn't "permission issues" show up in Site/System Info/Permissions? (Otherwise the screen isn't very useful.)
This is very puzzling! --mr