A modern web-based ZIP file uploader with chunked upload support, built using Dropzone.js and Tailwind CSS. Designed to handle large file uploads reliably with a beautiful and responsive interface.
.zip
files onlyproject-root/
āāā index.php # Main front-end UI
āāā upload.php # Handles file uploads
āāā uploads/ # Destination for uploaded files
āāā README.md # This file
git clone https://github.com/HaysamSalik/zip-file-uploader.git
cd zip-file-uploader
Make sure the uploads/
folder exists and is writable:
mkdir uploads
chmod 777 uploads
Open index.php
in your browser or serve it via a local server:
php -S localhost:8000
Then go to: http://localhost:8000/index.php
.zip
file or click the dropzone to select a file.upload.php
for handling files, chunked uploads, file validations, etc.<style>
section or through Tailwind utility classes.Developed by Haysam Salik
MIT License. See LICENSE for details.