Hi Tom,
Thank you for this.
I have a local XAAMP installation.
I've opened C:/XAAMP/PHP/php.ini and changed those two entries in the text file to:
; Maximum allowed size for uploaded files.
;
php.net/upload-max-filesize
upload_max_filesize=200M
and
; Maximum number of files that can be uploaded via a single request
max_file_uploads=50
(please ee image attached, please to confirm I've done it in the right file)
I've saved that file, opened XAAMP and started XOT. I've tried to import a LO which exceeds the 8 MB limit, but I keep receiving an error message.
Should I do something else?
UPDATE:
I saw that the error message mentioned an 8M limit to the Post data, so I looked for that entry in the php.ini file and changed it to:
Maximum size of POST data that PHP will accept.
; Its value may be 0 to disable the limit. It is ignored if POST data reading
; is disabled through enable_post_data_reading.
;
php.net/post-max-size
post_max_size=100M
And it works!
Thank you for the help with these huge LOs.