Skip to content

mujeebishaque/Php_ImageUploadClass

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Php_ImageUploadLibrary

Upload Image calling only two functions

How it works?

<?php
	if ( isset ( $_POST['submit'] ) )  {
		$image = new ImageUpload();
		$image->ValidateImage();
		$image->UploadImage();
 	}
?>

Requirements

  • Do make a "images" folder in the current working directory *