Set file name

See all posts See thread Reply

Re: Set file name new!
by colin, 16 years, 9 months ago
Replace this line
$handle->file_new_name_body = "test";

With something like:
$i++;
$handle->file_new_name_body = "test".$i;
$handle->file_auto_rename = false;
Reply