Download the PHP package jairojeffsantos/easy-file-uploader without Composer
On this page you can find all versions of the php package jairojeffsantos/easy-file-uploader. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download jairojeffsantos/easy-file-uploader
More information about jairojeffsantos/easy-file-uploader
Files in jairojeffsantos/easy-file-uploader
Download jairojeffsantos/easy-file-uploader
More information about jairojeffsantos/easy-file-uploader
Files in jairojeffsantos/easy-file-uploader
Vendor jairojeffsantos
Package easy-file-uploader
Short Description For this package there is no description available.
License
Package easy-file-uploader
Short Description For this package there is no description available.
License
Please rate this library. Is it a good library?
Informations about the package easy-file-uploader
FileUploader
FileUploader is a lightweight PHP class to handle secure file uploads and deletions.
It supports MIME type validation, maximum file size checks, automatic directory creation, and file deletion.
✨ Features
- Upload files securely with MIME type checking
- Enforce maximum file size (in MB)
- Auto-create target directories if they don't exist
- Option to generate unique file names
- Delete files from the server
- Simple to integrate in any PHP project
📦 Installation
Using Composer:
🧑💻 Usage
1. Uploading a file
2. Deleting a file
✅ Example Form (HTML)
🔒 Security Tips
- Always validate MIME type server-side.
- Set correct file/folder permissions on your server.
- Avoid allowing executable file types (e.g.,
.php
,.exe
).
📄 License
MIT License
All versions of easy-file-uploader with dependencies
PHP Build Version
Package Version
No informations.
The package jairojeffsantos/easy-file-uploader contains the following files
Loading the files please wait ....