PHP Classes

Simple PHP Image Upload: Process image file uploads

Recommend this page to a friend!
  Info   View files Documentation   View files View files (2)   DownloadInstall with Composer Download .zip   Reputation   Support forum   Blog    
Ratings Unique User Downloads Download Rankings
Not yet rated by the usersTotal: 177 This week: 1All time: 8,744 This week: 560Up
Version License PHP version Categories
simpleimageupload 1.0.0The PHP License5PHP 5, Graphics
Description 

Author

This package can process image file uploads.

It takes an array for an entry of the $_FILES super-globals and checks if the file name uses one of several allowed file name extensions like GIF, PNG and JPEG.

The class can also move the uploaded file to a destination directory named images using a unique name name to minimize the chances of overwriting previously uploaded files.

Picture of Mr. Dharmendra Kumar
  Performance   Level  
Name: Mr. Dharmendra Kumar <contact>
Classes: 8 packages by
Country: India India
Age: ???
All time rank: 3369223 in India India
Week rank: 416 Up25 in India India Up
Innovation award
Innovation award
Nominee: 1x

Documentation

SimpleImageUpload

Description: SimpleImageUpload is a PHP class that validate and upload Image file on sever.

How to use?

<?php require_once("SimpleImageUpload");

$obj->ImageUpload($_FILES['image']);


  Files folder image Files  
File Role Description
Accessible without login Plain text file README.md Doc. Read me
Plain text file SimpleImageUpload.php Class Class source

 Version Control Unique User Downloads Download Rankings  
 100%
Total:177
This week:1
All time:8,744
This week:560Up