How to change upload file size on a Windows localhost
June 30th, 2009
No comments
In a localhost Apache + PHP it is easy to change the uploaded file size to something larger than the default 16M.
An example below show you how to change the upload file size to say 50M.
- Locate the PHP.ini file, for example in c:/xampp/Apache/bin/php.ini and open it with any text editor like WordPad by right-clicking -> Open With -> then choose WordPad.



Recent Comments