
CodeIgniter File Uploads – Allow all
Unfortunately at the time of writing there is no way within the CodeIgniter framework to allow your end users to upload any file type via the CodeIgniter upload libraries. Instead you must manually specify each and every file type you’d like to accept – quite a time consuming and frustrating process if you’ve got a …



