|  Download <div align="center">
<a href="https://ibb.co/LXPzsfRs"><img src="https://raw.githubusercontent.com/farisc0de/Uploady/refs/heads/main/uploady_logo.png" alt="Untitled-design-11" border="0" /></a>
</div>      UploadyUploady is a Simple File Uploader Script with Multi File Upload Support It comes with more than 20 features and you can set up it in less than 5 minutes. The software is written in PHP and uses MySQL as a database. And it is free and open source. Features
Simple to use and implement
4 Protection levels
- Mime Type
- Extensions
- Size
- Forbidden names
Out Of The Box Functions
Bootstrap and jQuery over CDN
Multi-File Upload Support
Admin Panel with charts and stats
Drag and Drop Support
Role-based User Management with size limit for each role
Data collection [IP Address, Browser Information, OS, Country]
Image Manipulation
AdSense Support
Google Analytics Support
Pages Management
Multi-Languages Support
Custom CSS and JS support
Custom logo and favicon
Delete files after x days
Delete files after x downloads
Report abuse page
Social media sharing
 Screenshots  NoteChange the permission of everything to 755 chmod 755 -R uploady/ How to Install
Upload all files to your server
Modify config/config.php with your custom info
Change files and folders permission to 775
Run install.php
Enjoy (:
 Docker Deployment
Clone the project and cd into it
 git clone https://github.com/farisc0de/Uploady
cd Uploady/
 
Update config.php with connection string as below
 define("DB_HOST", "db");
define("DB_USER", "uploady");
define("DB_PASS", "uploady");
define("DB_NAME", "uploady");
 
Use the below to build the container and run it
 docker-compose up -d
 Wiki
How to install on a shared hosting
How to install with Docker
 API Usagecurl --location 'http://localhost/api/upload' \
--header 'X-API-KEY: IpSznjueHn4vhi0BMhuZJRlk8epZxGJR' \
--form 'file=@"postman-cloud:///1eeafe05-7a96-4b40-9639-6ae17e7155d7"'
 Click here for a real demo Uploady.NET TODOv4.0
1. Report abuse dashboard (in progress)
2. PhpFileUpload refactor (done)
3. Upgrade Bootstrap to 5.3.3 (done)
4. S3 Bucket Integration (backlog)
5. Adding File Taging (backlog)
6. Adding Malware Scanning (backlog)
7. Modernize the UI (done)
 LicenseMIT CopyrightDeveloped by Faris AL-Otaibi - 2024 |