retrieve filename after auto_rename

See all posts Reply

retrieve filename after auto_rename new!
by Kioo, 16 years, 7 months ago
Hey,

I use this to upload my image,
$foo->file_new_name_body = $nameImage;
$foo->file_auto_rename = true;

I defined $nameImage to new name of my image, but IF it's renamed, how can I get the new filename after processing ??

Thank you...Reply
Re: retrieve filename after auto_rename new!
by Kioo, 16 years, 7 months ago
I found it.


$foo->file_dst_name_body even after processing.

It's very important to me because I have to store it in data base.

Thx for your class.Reply