How to Set Limit on Upload File Size via Htaccess in Website

Опубликовано: 29 Сентябрь 2024
на канале: WebTask With Hassan
618
0

In this website tutorial for beginners you will learn how to add limit on upload file size using htaccess file in website e.g html, php or wordpress.

Add following code in .htaccess file.

php_value upload_max_filesize 20M

* you can set limit according to your requirement.

#htaccess #upload #website #php #html #wordpress #webtaskwithhassan #hassangilani