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

See all posts See thread Reply

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