How to Enable .webp Image Upload XAMPP Localhost

You install XAMPP localhost on your system and install WordPress on in. If you want to upload a .webp format image, you must enable .webp image upload capability first. If not, you will see the below error:

This image cannot be processed by the web server. Convert it to JPEG or PNG before uploading.

See the image taken from the WordPress admin section:

Enable .webp Image Upload in XAMPP

Before uploading a .webp image, you must enable PHP GD Library. So follow the below steps to allow it:

  • Open the XAMPP Control Panel
  • In front of Apache, click on Config and select PHP (php.ini)
  • Search for extension=gd and remove the semi-colon character ( ; ) before it to make it uncomment.
  • Please save the file and close it.
  • Stop and start the Apache and MySQL again in the XAMPP Control Panel.

See the result

You enabled .webp image upload successfully. As you can see below, after that, you can upload the image in the WordPress Media section:

Conclusion

I hope you can resolve your issue with this article. You may want to read this article too: XAMPP is Slow with WordPress and the Easy Solution

Published on:

Updated on:

Author:

Rate this post and help us improve our content to better serve you.

Help us spread the word! Click the share buttons below to share this post with your followers.

We’d love to hear your thoughts on this topic. Feel free to leave a comment below.

Responses

  1. 微风阁 Avatar
    微风阁

    感谢分享,有用。
    Thanks for sharing. Useful.

    1. Mohammad Ahmadian Avatar
      Mohammad Ahmadian

      You’re welcome. I’m happy to hear this from you.

  2. J Avatar
    J

    Works great, thank you!

    1. Mohammad Ahmadian Avatar
      Mohammad Ahmadian

      You’re welcome. It’s my pleasure.

  3. Zaid Munshi Avatar
    Zaid Munshi

    Worked like a charm, Thanks for sharing

    1. Mohammad Ahmadian Avatar
      Mohammad Ahmadian

      No problem. I was glad to hear from you.

  4. alikhani98 Avatar
    alikhani98

    ممنون

    1. Mohammad Ahmadian Avatar
      Mohammad Ahmadian

      My pleasure

Leave a Reply

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