Check if a filename has multiple '.'/periods in it
So I’m making a website and in one of the pages you can upload images. I didn’t think of this before when making my file upload function but files are allowed to have multiple . in them, so how can I differentiate between the "real" . and the fake . to get the filename and… Read More Check if a filename has multiple '.'/periods in it