Process change "-" to "_" and remove "." ?

See all posts See thread Reply

Re: Process change "-" to "_" and remove "." ? new!
by colin, 16 years, 1 month ago
Try to add the following:
$handle->file_safe_name = false;
Reply