Download the PHP package phpuploader/phpfileuploader without Composer
On this page you can find all versions of the php package phpuploader/phpfileuploader. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download phpuploader/phpfileuploader
More information about phpuploader/phpfileuploader
Files in phpuploader/phpfileuploader
Download phpuploader/phpfileuploader
More information about phpuploader/phpfileuploader
Files in phpuploader/phpfileuploader
Vendor phpuploader
Package phpfileuploader
Short Description Verify and upload files with php.
License MIT
Package phpfileuploader
Short Description Verify and upload files with php.
License MIT
Please rate this library. Is it a good library?
Informations about the package phpfileuploader
PHPFileUploader
Class to facilitate the process of uploading files using PHP.
Features
- Upload single or multiple file.
- Generate random name for the files.
- Create a custom name for the files.
- Files verification.
Installation
via composer
Simple Example
Generate random name
You can use this method to generate a random name for the files. If you don't call this method the files will be uploaded with their original name.
Example:
Create custom name
You can use this method to create a custom name for the file.
Example:
Check errors
This method will return an array with error messages. The library will verify the files to check whether the file exists, selected or has been uploaded successfully or not.
Upload multiple file
- Add this attribute to the HTML input to allow you select multiple file.
- Make the input name as array . The class will process all the selected files and upload them to the server.
Full Example with HTML form
All versions of phpfileuploader with dependencies
PHP Build Version
Package Version
No informations.
The package phpuploader/phpfileuploader contains the following files
Loading the files please wait ....