![]() |
|
|
|
|
|||||||
| PHP / MySQL Assistance We understand. Not all of you are experienced programmers, but some of you are highly skilled at coding. So we've set aside this forum so you can ask questions, and provide answers to the most commonly asked PHP / MySQL issues. |
![]() |
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
I want to completely remove or rise the upload restriction when my website visitors submit a file. How to rise the maximal upload limit for the website from my hosting?
|
|
#2
|
||||
|
||||
|
Login to the VPS server via SSH and gain root privilege to the console. Locate php.ini file.
Code:
root@server [~]# php -i |grep php.ini Configuration File (php.ini) Path => /usr/local/lib Loaded Configuration File => /usr/local/lib/php.ini Code:
nano /usr/local/lib/php.ini Code:
upload_max_filesize = 2M |
![]() |
| Tags |
| completely, hosting, limit, maximal, remove, upload, website |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|