Sometimes when moving files between systems (espacially with different platforms
in between), I tend to send it over local network. This project is intended to
make things easier. You know, sometimes rsync
or even scp
isn't
convenient enough.
This simple project is built on PHP with help of jQuery 3 and SimpleUpload.js. Upload back-end is handled by jQuery File Upload's PHP Upload Handler for convenience.
- Lightweight. The whole projects is just ~636KB!.
- Simple deployment. Just clone or download the project, deploy to your web server,
set up
config.php
and you're good to go. - Mobile-friendly. Responsive design thanks to Bootswatch 4.1.
- Good browser support. All modern browsers (desktop and mobile alike) are supported. Internet Explorer 10 and up are also supported, but who is still using IE anyway? 😜
- Progress bar + status indicator. Info like upload speed and ETA are also displayed, helpful for uploading large files or when you got hit by slow network.
- Web server, obviously.
- PHP 5.6 or higher.
- Clone or download.
- Deploy project to your web server.
- Open
config.example.php
, save asconfig.php
and edit to your need. - Access your project from the browser and you're good to go.
Fork and send pull request.
MIT.