Skip to content

mdahlke/FileUploader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FileUploader

This is an easy to integrate PHP file uploader for handling image, audio, and various document uploads.

The main purpose of this script is to minimize the amount of coding you must to do implement a secure and fast uploading script to your site.

Minimum code required to start uploading

require 'UploadImage.class.php';
$img = new UploadImage( $_FILES['image'] );
$img->upload();

About

Easily implement a file uploader to handle image, audio, and document uploads

Resources

Stars

Watchers

Forks

Packages

No packages published