Changing the image name

See all posts See thread Reply

Re: Changing the image name new!
by colin, 13 years, 7 months ago
1. Maybe something like this... it all depends on the original name you have for the image.
$image_name=time().'.'.$foo->file_new_name_ext;
$foo->file_new_name_body = 'big_'.$image_name;

2. This question is out of scope in this forumReply