Tuesday, 6 May 2014

how to increase upload file size limit in linux in xampp

u need to just put in httpd.conf in etc/httpd/conf/httpd.conf

<IfModule mod_php5.c> php_value upload_max_filesize 10M php_value post_max_size 20M </IfModule>


No comments:

Post a Comment