Learning Object 1MB file size limit
Learning Object 1MB file size limit
I have installed Forma LMS and I setup my first course. Now when I try to add a learning object (a video I want to upload) I only have a 1MB max upload size.
Can you tell me how to change this please. All the php settings are set to 1024MB max upload size.
Thanks,
Lee
Re: Learning Object 1MB file size limit
post_max_size
upload_max_filesize
Re: Learning Object 1MB file size limit
Massimiliano Ferrari
Elearnit - Elearning e Knowledge Management
https://www.elearnit.net
https://www.linkedin.com/in/massimilianoferrari
m.ferrari[at]elearnit.net
Skype: m_ferrari_it
Re: Learning Object 1MB file size limit
sto avendo un problema simile a quello descritto sopra.
Volevo caricare un file scorm dal 155 MB, ma ottengo un messaggio di errore (mai visto prima): 413 Request Entity Too Large.
I parametri di post_max_size e upload_max_filesize sono settati a 256 MB
C'è qualche altro parametro o parte di codice che può generare questo errore?
Re: Learning Object 1MB file size limit
Re: Learning Object 1MB file size limit
- Attachments
-
- Immagine 2022-01-18 152314.jpg (10.75 KiB) Viewed 13482 times
Re: Learning Object 1MB file size limit
http://nginx.org/en/docs/http/ngx_http_ ... _body_size
Re: Learning Object 1MB file size limit
quindi dovrei agire sulle impostazioni del web server, non di PHP. Giusto?

