PHP Classes
elePHPant
Icontem

PHP Multi File Uploader: Validate and process one or more file uploads

Recommend this page to a friend!
  Info   View files Example   View files View files (7)   DownloadInstall with Composer Download .zip   Reputation   Support forum   Blog    
Last Updated Ratings Unique User Downloads Download Rankings
2016-02-14 (2 years ago) RSS 2.0 feedNot yet rated by the usersTotal: 354 This week: 1All time: 6,742 This week: 468Up
Version License PHP version Categories
multi-file-uploader 1.1GNU General Publi...5HTTP, PHP 5, Files and Folders, Valid...
Description Author

This class can validate and process one or more file uploads.

There is one class that can validate and process individual file uploads. It checks if the file name extension and MIME type is one of the allowed, as well if the file size is below the allowed size limit.

The class can create the destination directory if it does not exists and move the uploaded file to that directory.

Another class calls the first to validate and process multiple files being uploaded.

Recommendations

What is the best PHP AJAX file upload class?
I want to upload files using AJAX

Upload images using AJAX
Trying to upload avatar file

Upload any type of files
Check all the files based on the content

PHP code to identify uploaded file format
I need a code to identify the file format of uploaded file

Large file upload handler
Looking for class that will handle large file uploads

upload .txt file
I need code for upload .txt file

Upload multiple images path
I need to upload multiple images from one file tag in HTML

upload multiple files
I need script for upload multiple files and images

  Performance   Level  
Name: MOUSTAFA ELGAMMAL <contact>
Classes: 1 package by
Country: Egypt Egypt

Details

multi_files_uploader_class

Multi Files uploader is two classes to upload file or more with on input file html, with validation of the file type, size and extention;then move uploaded files.

# note

this repository contain two class:

1st uploader{} in upload.class.php file
  #the real owner is The software engineer "Ahmed Syam"
  @contact him :engsyam@gmail.com
  @copyright www.softmasr.com
  # http://www.phpclasses.org/package/8475-PHP-Validate-and-move-an-uploaded-file.html
  # this class you can use it to upload on single file 

2nd is mine MultiFileUploader{} in MultiFileUploader.class.php
  # this one uses the 1st to upload multi file
  # Moustafa Mohammed Elgammal
  # https://eg.linkedin.com/in/moustafa-mohammed-elgammal-7823a393
  @contact me :moustafa_algammal@yahoo.com
  
  Files folder image Files  
File Role Description
Files folder imageclasses (2 files)
Files folder imageuploads (1 file)
Accessible without login Plain text file example_for_multi_files_upload.php Example multi files exampe
Accessible without login Plain text file example_for_single_file_upload.php Example single dile example
Accessible without login Plain text file LICENSE Lic. GNU license
Accessible without login Plain text file README.MD Doc. read me file

  Files folder image Files  /  classes  
File Role Description
  Plain text file MultiFileUploader.class.php Class multi files uploader class
  Plain text file upload.class.php Class the main single file upload

  Files folder image Files  /  uploads  
File Role Description
  Accessible without login Plain text file uploads Data uploads dir

 Version Control Unique User Downloads Download Rankings  
 0%
Total:354
This week:1
All time:6,742
This week:468Up