PHP – File too large to upload

Your file size upload is controlled by two variables in php.ini

upload_max_file_size and post_max_file_size

Comments are closed.