Skip to content
Advertisement

codeingitor how to allow .bmp file to upload?

I want to allow .bmp file format to upload

Here is my code:

JavaScript

but error like The filetype you are attempting to upload is not allowed.

Advertisement

Answer

You can add

JavaScript

in application/config/mimes.php

User contributions licensed under: CC BY-SA
3 People found this is helpful
Advertisement