PHP — P80: Final Upload Checks
3 min readOct 24, 2022
There are a few more checks that we need to accomplish to solidify our form submission. You can never be too careful especially when allowing others to upload files to your server. I recommend using a tried and tested PHP package, but we’re learning how stuff works here so we’ll do a few more tests ourselves.
View this article and others on my website.
Recap
We have a basic HTML form and a simple process script.