PHP Classes

Simple PHP Image Upload: Process image file uploads

Recommend this page to a friend!
  Info   Documentation   View files Files   Install with Composer Install with Composer   Download Download   Reputation   Support forum   Blog    
Ratings Unique User Downloads Download Rankings
Not yet rated by the usersTotal: 177 All time: 8,752 This week: 524Up
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
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 (2)  
File Role Description
Accessible without login Plain text file README.md Doc. Read me
Plain text file SimpleImageUpload.php Class Class source

The PHP Classes site has supported package installation using the Composer tool since 2013, as you may verify by reading this instructions page.
Install with Composer Install with Composer
 Version Control Unique User Downloads Download Rankings  
 100%
Total:177
This week:0
All time:8,752
This week:524Up