Log in

View Full Version : How can we change the maximum size of the files to be uploaded?



seo.gops
09-03-2021, 02:31 PM
How can we change the maximum size of the files to be uploaded?

Electrum
09-03-2021, 02:35 PM
Contact Your Hosting Provider for Help
Increase the Max Upload File Size in WordPress Multisite
Update Your ‘.htaccess’ File
Create or Modify the ‘php.ini’ File
Create or Modify the ‘.user.ini’ File
Change PHP Options via cPanel
Increase the Max Upload File Size in Nginx
Use the WordPress ‘upload_size_limit’ Filter
Use a WordPress Plugin
Upload Files via FTP/SFTP


Visit:- kinsta.com (https://kinsta.com/blog/increase-max-upload-size-wordpress/)

jesica
09-03-2021, 05:00 PM
The default values for PHP will restrict you to a maximum 2 MB upload file size. On the settings page for the upload module, Drupal calculates and displays the maximum file size that you can set based upon two PHP settings: 'post_max_size' and 'upload_max_filesize'.

dombowkett
09-04-2021, 02:22 AM
You can increase the uploading file size limit through .htaccess onto server.