As I mentioned in my other post CodeIgniter and File Upload Library, uploading a file using CodeIgniter requires you to also know the mime type of file being uploaded and add it to proper location. I’m using CodeIngiter framework for Dynamic Subtitle Translator application, and it had worked great for me. However, few of my […]
Posts Tagged ‘CodeIgniter’
CodeIgniter and File Upload Library
CodeIgniter is a compact and amazing framework for developing neat and clear PHP projects. The more I work in this, the more I’m falling in love with it. Though it’s very well documented, but you can’t expect to find all what you need in the help file. I was working on a project where I […]