Jump to content

[SOLVED] Increase file upload size


Gruzin

Recommended Posts

run phpinfo() and find the part where the path to your php.ini file is - that file (php.ini) is where the changes must be made. Those you've pointed out are ini versions as they could/should be set - but they are not used by anything other that to show you the settings.
rename php.ini-recommended to php.ini and move that to C:/WINDOWS.

Open the php.ini for editing and find the following line:
[code=php:0]upload_max_filesize = 2M[/code]

Change 2M to 8M or whatever max file upload size you want. Save the php.ini and restart the server. The upload limit should now of changed.
[quote author=wildteen88 link=topic=120133.msg492667#msg492667 date=1167327420]
rename php.ini-recommended to php.ini and move that to C:/WINDOWS.

Open the php.ini for editing and find the following line:
[code=php:0]upload_max_filesize = 2M[/code]

Change 2M to 8M or whatever max file upload size you want. Save the php.ini and restart the server. The upload limit should now of changed.
[/quote]


Thanks Guys!
As always, wildteen88.... Thank you VERY much :)

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.