Welcome Guest, Not a member yet? Register   Sign In
File Upload - filename of uploaded files
#3

[eluser]xwero[/eluser]
At the moment there is no way to do it during the upload process AFAIK. But without changing the core files you could do something like this
Code:
// upload file code
$file_data = $this->upload->data();
rename($file_data['full_path'],$file_data['file_path'].$custom_name.$file_data['file_ext']);

edit : beaten Smile


Messages In This Thread
File Upload - filename of uploaded files - by El Forum - 08-18-2008, 07:23 AM
File Upload - filename of uploaded files - by El Forum - 08-18-2008, 07:40 AM
File Upload - filename of uploaded files - by El Forum - 08-18-2008, 07:44 AM
File Upload - filename of uploaded files - by El Forum - 08-29-2008, 04:59 PM



Theme © iAndrew 2016 - Forum software by © MyBB