PHP — P80: Final Upload Checks

Dino Cajic
3 min readOct 24, 2022
Dino Cajic on PHP Upload Checks

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.

--

--

Dino Cajic

Author of An Illustrative Introduction to Algorithms. IT Leader with a B.S. in Computer Science, a minor in Biology, and a passion for learning.