Skip to content

PHP Image Uploader help you to learn how to upload files and images in MySQL Database and how to implement file upload validation before sending it to a web server.

Notifications You must be signed in to change notification settings

buddhirangana/php-image-uploader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHP Image Uploader

24

PHP Image Uploader help you to learn how to upload files and images in MySQL Database and how to implement file upload validation before sending it to a web server.

Features

  • Display image preview before uploading
  • Place all the uploaded images in a specific folder
  • Store images path in the MySQL database
  • Check if the real image is uploaded
  • Allow only specific file extension such as .jpg, .jpeg or .png
  • Make sure file size should not exceed 2MB
  • Check if the file already exists

Getting Started

  • Start Wamp or XAMPP, move files to htdocs directory
  • Create database using phpMyAdmin (Database name = "db_image_uploader")
  • Import SQL file to created database (File location = "..\Image Uploader\db\db_image_uploader.sql")
  • Open browser and type localhost in address bar

About

PHP Image Uploader help you to learn how to upload files and images in MySQL Database and how to implement file upload validation before sending it to a web server.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages