I've just seen the files of 16mb are linked too. Linking is ok, no problems there. So I think you indeed were correct with the assumption that it had to do with big file uploads.
However, it still says in php.ini:
file_uploads = On
upload_max_filesize = 25M
default_socket_timeout = 60
Is there another place where I can change something so bigger file uploads won't time-out? I've got all access on that server including root access.
|