Page 1 of 1

Upload size

PostPosted: 22. December 2004 10:31
by foxxx428
Do you need to edit more than apache's php.ini file to allow larger uploads? When I used easyphp I had it set so that we could easily upload 150 meg files or larger which is a must on my forum and I can't seem to get xampp to allow it. I don't remember editing anything more than the php.ini but that was at least 6 months ago and I can't remember for sure now. :oops:

PostPosted: 22. December 2004 17:58
by Dave_L
Do you get an error message?

The relevant parameters in php.ini are post_max_size and upload_max_filesize, and possibly max_execution_time.

Also ensure that you're editing the correct php.ini file; XAMPP has a couple of copies. You can tell which one is being used, and also view the current parameter settings, with the phpinfo() link on the XAMPP index page, or with this script:

Code: Select all
<?php phpinfo() ?>

PostPosted: 22. December 2004 18:03
by foxxx428
No it just stops uploading in the middle. I think this 5.0 version of PHP may have some problems. I've edited everything I can find and they still won't go.