Please observed your hosting the following
1.if your directory is your_domain/public_html/
you can see folder name cgi_bin/ edit .htaccess fill following text 2 line and save
php_value upload_max_filesize 1000M
php_value post_max_size 1024M
2.if your directory is your_domain/public_html
and can't find the cgi_bin you can go to your joomla website directory and create file .htaccess and fill 2 line and save
php_value upload_max_filesize 1000M
php_value post_max_size 1024M
in my lab the first choice is worked.
โปรดสังเกตโฮสติ้งของคุณดังต่อไปนี้
1.หากคุณเป็นโดเมน/public_html/
คุณสามารถดูชื่อโฟลเดอร์ cgi_bin/ แก้ไข .htaccess กรอกข้อความต่อไปนี้ 2 บรรทัดและบันทึก
php_value upload_max_filesize 1000M
php_value post_max_size 1024M
2.หากเส้นทางของคุณคือโดเมน/public_html
แล้วหาโฟลเดอร์ cgi_bin ไม่เจอ ให้เข้าไปที่โฟลเดอร์เว็บไซต์แล้วสร้างไฟล์ .htaccess กรอก 2 บรรทัดแล้วบันทึก
php_value upload_max_filesize 1000M
php_value post_max_size 1024M
ในห้องทดลองของฉันใช้ตัวเลือกแรก