Welcome Guest, Not a member yet? Register   Sign In
Crop image on upload
#3

[eluser]LuckyFella73[/eluser]
According to the user guide the function
Code:
$this->upload->data()
serves the data of the uploaded file, so you should get the
filename by:
Code:
$filename_just_uploaded = $data['file_name'];

referring to your posted line:
Code:
$data = array('upload_data' => $this->upload->data());

Hope that work for you ..


Messages In This Thread
Crop image on upload - by El Forum - 02-03-2009, 11:49 PM
Crop image on upload - by El Forum - 02-04-2009, 10:04 AM
Crop image on upload - by El Forum - 02-04-2009, 11:40 AM



Theme © iAndrew 2016 - Forum software by © MyBB