Last Updated | | Ratings | | Unique User Downloads | | Download Rankings |
2016-02-14 (2 years ago) | | Not yet rated by the users | | Total: 354 This week: 1 | | All time: 6,742 This week: 468 |
|
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
| |
|
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
|
Applications that use this package |
|
No pages of applications that use this class were specified.
If you know an application of this package, send a message to the author to add a link here.