Hello php guru 🙂
After the user of your application has uploaded a file, based on the information you get from $_FILES, is there a good way to tell if the file is binary or ascii? Or do I have to actually read the file to determine that? If I have to read the file, what would be an efficient way to determine it?
Thanks!!