rename image with the name I want

See all posts See thread Reply

Re: rename image with the name I want new!
by colin, 12 years ago
You can set the name as following:
$handle->file_new_name_body = 'foo';
$handle->file_auto_rename = false;
$handle->file_overwrite = true;
Reply