Welcome Guest, Not a member yet? Register   Sign In
How to encrypted name of an uploaded file?
#3

[eluser]Katsune[/eluser]
Hi,

I got it now,

This code gets all the data config for the file to be uploaded, including the encrypted name:
Code:
$upload_data = $this->upload->data();

now this code bellow here calls specifically the 'file_name' which is the holder of the encrypted name:
Code:
$file_name = $upload_data['file_name'];

I dont know why it was named 'file_name' but I think it's the default because I never initialized this name, and my multipart form uses name="userfile"


Thanks,


Messages In This Thread
How to encrypted name of an uploaded file? - by El Forum - 04-08-2014, 02:47 PM
How to encrypted name of an uploaded file? - by El Forum - 04-08-2014, 03:15 PM
How to encrypted name of an uploaded file? - by El Forum - 04-08-2014, 03:19 PM



Theme © iAndrew 2016 - Forum software by © MyBB