disable extensions lowercase

See all posts See thread Reply

Re: disable extensions lowercase  new!
by colin, 15 years, 4 months ago
You cannot disable the lowercase extension.

However, you can do it in the code (there are two instances of strtolower($extension.....).

Note that you can also get the filename, after calling process(), reading $handle->file_dst_name, $handle->file_dst_name_body and $handle->file_dst_name_ext to know what is the new filename.Reply