I want to upload a file size of 64mb
on my to site I received an error because my filesize is greater than the upload_max_filesize
in my PHP info,
tried changing the upload_max_filesize
in plesk/php
settings but all the performance settings in including upload_max_filesize
are not editable(default).
Pls is there another way I can change the value of the upload_max_filesize
in GoDaddy plesk?
3
Answers
Adding this line of code to my .user.ini file solved my problem file_uploads = On. post_max_size = 50. upload_max_filesize = 50M
Maybe you can use .htaccess file to set limits
Or you can write it directly in php file:
Or you can edit your Web.config:
Repeat the process for all the web services.
Restart IIS
open the PHP version in cpanel, then go to the option as shown in below
then u will get this page as shown below,