PHP Codeigniter Uploading Class, rename files with specific schema
I am having a spot of trouble with Codeigniter and getting files to rename within the upload process from the Upload Library it has to offer. Now before anyone says it, I am not looking for "encrypted" file names. My Problem is in uploading images you have a good handful of types you could be dealing with. So how does one change the file name using the file_name config option to a specific schema (which I already have the schema part up and working). But maintain the same file type? Right now I am attempting $upload_config['file_name'] = $generated_filename_from_schema Only problem is