Home › Forums › CodeIgniter › How to upload .webp file in CodeIgniter This topic has 1 reply, 2 voices, and was last updated 1 month, 2 weeks ago by avneesh. Viewing 1 reply thread Author Posts October 3, 2024 at 12:17 pm #160 aviParticipant I want to upload webp images using PHP CI Framework, Can anyone help how to upload .webp instead of jpg? October 3, 2024 at 12:20 pm #161 avneeshParticipant Add webp MIME Type in config file: ./application/config/mimes.php. 'webp' => array('image/webp'), And in your upload config “allowed_types” add “webp” : $config['allowed_types'] = 'gif|jpg|jpeg|png|webp'; Author Posts Viewing 1 reply thread You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In