PHP : Set upload file size
To increase (or decrease) the size of allowed uploaded file size with PHP, using php.ini or .htaccess file, just add or edit the following values : php_value upload_max_filesize <VALUE> php_value post_max_size <VALUE> Just add the amount instead the <VALUE> tag. Let’s assume you want to allow 300 megabyte file size to be uploaded to the… Read More »