最大アップロードサイズの変更

php.iniファイルを作成し下記を記述
ルート(htaccessと同じ場所)にアップ

upload_max_filesize = 80M
post_max_size = 80M
max_execution_time = 300









CSS
HTML