Thread "upload size"
Tabs
-
Deleted | 27. Apr 2011, 14:37
upload sizeHello experts,
we want to use movies with about 50M. When I try to upload them, it displays there is a maximum of 8M.
I know about pph.ini. I have changed upload_max_filesize=100M. I have restarted Apache. php.info in administartion-> server Data displays the new size for upload_max_filesize, so I believe I have edited the right php.ini.
But when I want to upload a movie in the repository, it still displays max filesize is 8M
Is there another setting where the my file size is specified?
Regards
Karsten Meier
-
Deleted | 27. Apr 2011, 16:05
upload sizeSometimes it is also necessary to increase max_execution_time (default 60 seconds) to a higher value.
And you have to take in account the session time out in client.ini.php in the <clientid>/data directory.
[session]
expire = "1800"If the file takes longer to upload than the specified session timeout the upload will be interrupted because of the time out.
I guess that if you open another tab to ILIAS in your browser and refresh your screen every now and then, no time out will occur. -
Stefanie_Falck | Stefanie_Falck | 21. Jan 2021, 10:04
Re: upload sizeHello,
we have the same problem here in Leipzig. We changed the two postitions but it doesn't work. When I create an upload question I still can upload a file till 2 MB.
Does someone else know an other way to solve this problem?
Thanks and regards Steffi -
Deleted | 22. Jan 2021, 11:43
Re (2): Re (2): upload sizeWie sind die 4GB angegeben? Wenn "4GB" oder "4000MB" definiert wurde, wird das nicht greifen. Erlaubte Abkürzungen sind K, M und G - oder die Byteangabe.
Du könntest auch die Apache-Errorlogs prüfen, ob sich dort Hinweise auf Fehler in der php.ini finden lassen.