Set file name

See all posts See thread Reply

Re: Set file name new!
by colin, 16 years, 11 months ago
You can use the following parameter:
$handle->file_new_name_body = 'new name';

So for instance, you can do:
$handle->file_new_name_body = $_POST['my_field'];
But be careful to escape the field first, otherwise it is a big security risk!Reply