A simple php image upload system using php.
⚠️ Warning : The necessary security measures and proper validations have been implemented in the code, but achieving higher security also requires server-side configurations.
1- Checking file format (jpg , png , jpeg) 2- Validate image file 3- Checking file size 4- Persistent upload in a directory
1- Clone the repository
git clone https://github.com/hosseinyn/PHP-image-upload.git
2- Move project files to a localhost software (like xampp) for php and web server support
3- Open your localhost url