|
I am having problems uploading medium-sized files in filemanager. Uploading files up to approx. 300 kB is no problem, but from around 500 kB upwards, files get uploaded partially, then nothing more happens apart from a timeout after some minutes.
I have looked at the eGroupware setup check which does not display any problems. In php.ini, I have the following settings:
max_execution_time = 180
max_input_time = 60
memory_limit = 80M
post_max_size = 8M
file_uploads = On
upload_max_filesize = 2M
So I see no reason why files above 300 kB are rejected. By the way, I also tried via WebDAV, but I get the same behaviour there.
I am using the latest Firefox for web access and Nautilus under Gnome for WebDAV.
Anyone having an idea?
|