Autorename when uploading image with extra dots

See all posts Reply

Autorename when uploading image with extra dots new!
by Stas, 14 years ago
I try to upload image with this name: "my.test.image.jpg",
but after sucessful upload, file_dst_name = "mytestimage.jpg" - all dots have been deleted.
Why?Reply
Re: Autorename when uploading image with extra dots new!
by colin, 14 years ago
You can set file_safe_name to false to prevent this.Reply