WordPress, no doubt is one of the most famous CMS over internet and there are any ways, why WordPress is so famous. It’s ease of use, easy to handle Admin Panel and open-source platform as well as free installation are some of the features which make WordPress a very sought after CMS in the web world.
No doubt, if WordPress as a CMS is used by the developers all over the world, there must be a need to hire WordPress developer to get beautiful websites built for your business. There are few things to keep in mind while you are about to hire WordPress developer for getting your website built for your business. However there are a few problems that may be faced by the developers while building websites in WordPress.
There are 3 ways through which you can upload files to WordPress in a conventional way which are:
1. Access your online file manager by logging into your hosting provider details.
2. FileZilla is a an FTP client which lets you connect to the server.
3. Login to your WordPress dashboard to upload files like media, plugins and themes etc.
WordPress is easy to handle, so WordPress development services are getting popular all over the world. It’s also very simple and easy to make regular updates to your WordPress website, just navigate to the add files/ upload files in the admin panel and easily upload the files. But if you are looking to upload the files other than themes, media and plugins then you can do this via File Manager. If you still can’t get through it, you can always take help from the WordPress development services company.
Go to Media -> Add New and easily upload the video going to this option. There are 2 ways to choose the desired file, either select the file from your computer or just drag & drop it in the box.
A thing which will piss off you easily is that you can’t upload a media file which is more than 5 MB. Well, that’s a horribly low limit, that's why we have come up with this article to help you in these tough times. This limit is also seen when you want to upload themes or plugin directly from the WordPress dashboard. It all starts from 2 MB- 5MB. That’s it!
The settings of PHP has to be modified to increase the limit of the max. file size which can be uploaded to WordPress.
upload_max_filesize
Maximum upload limit for files are defined by this.
post_max_size
Maximum upload limit that will be handled in a POST request is defined by this.
memory_limit
Memory allocated for PHP is defined by this. Memory_limit should be more than or equal to upload_max_filesize.
A backup file is necessary before making any changes in the PHP files of your website.
1. Modification of PHP.ini file:
The root directory of your server has PHP.ini which has all the PHP configuration of your website. It is found in the hosting root directory.
2. .htaccess File Modification:
Configurations of your server are saved in the .htaccess file. This is a very essential file but kept hidden by most of the hosting service providers.
3. WordPress File Modification:
There is another way also, there are a few lines of code which can be inserted into the file so that you are allowed to upload files with more size and the limit of 3-5 MB can be removed easily.
4. Use a Compatible Plugin:
Choose a plugin that is compatible with your website also, you should see that the plugin is available in the current version. This is a time-saving way of uploading the files.