DEV Community

Discussion on: How to upload files with PHP correctly and securely

Collapse
 
koas profile image
Koas • Edited

Great article! I’d suggest using PHP’s move_uploaded_file and is_uploaded_file functions for extra validation.