Big file upload via File Manager

Video instructions for CWP File Manager To upload a big file via File manager, we need to edit CWP PHP configuration. First backup configuration file: /usr/local/cwp/php71/php.ini cp /usr/local/cwp/php71/php.ini /usr/local/cwp/php71/php.ini.bak Edit configuration file: /usr/local/cwp/php71/php.ini nano /usr/local/cwp/php71/php.ini Locate upload_max_filesize, post_max_size and memory_limit. Change to your size, in this case we are using 500MB, please note that post_max_size […]

Read More