How to Rename when File Uploading using CodeIgniter
This would have been something I could have liked to implement when I built, Bargainph - The Buy and Sell website. I just never got to implementing this very easy feature. Instead, I have been relying on the file's filename and CodeIgniter's built-in renaming to duplicate uploaded files.
Continue reading How to Rename when File Uploading using CodeIgniter

