/PHP-image-upload

A secure php image uploader with validations

Primary LanguagePHP

PHP Image Upload

A simple php image upload system using php.

My Skills

⚠️ Warning : The necessary security measures and proper validations have been implemented in the code, but achieving higher security also requires server-side configurations.

Features :

1- Checking file format (jpg , png , jpeg) 2- Validate image file 3- Checking file size 4- Persistent upload in a directory

How to use?

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

Happy :)