How can we change the maximum size of the files to be uploaded?

  • Modify php.ini configuration
  • Use the ini_set() function
  • Change server permissions
  • It is not possible to change it
The maximum size of files to be uploaded can be changed by modifying the upload_max_filesize directive in the php.ini configuration file or by using the ini_set() function in PHP code.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *