Try out this PHP file upload script here: https://www.cloudways.com/blog/the-basics-of-file-upload-in-php/
I used this same script and tutorial to add file upload feature in my chat system. The only problem was that it doesn’t support multiple file uploads. But with few little tweaks in the code I was able to make it work for multiple files as well.