A simple fileupload server for private networks. Can share files and URLs. Recommended install only on TRUSTED network!
#Highlight
- Easy for sharing files (from touch devices to your PC)
- No limitations for upload
- Easy deleting unnecessary files
#The requirements
- Web server
- MySQL
#Install
- Import myDB.sql to your MySQL server (maybe want create database myDB)
- Set up index.php (start on line 41)
$servername = "localhost";
$username = "";
$password = "";
$dbname = "myDB";
- Set up your apache2/nginx - upload_max_filesize, post_max_size, memory_limit
#Used js frameworks
- MaterializeCSS - http://materializecss.com/
- Patricleground - https://github.com/jnicol/particleground
- Toastr - https://github.com/CodeSeven/toastr
- If you upload file with name, which is on server, file overwrite this file.
- Toastr looks bad on small screen
- Table is not responsive
- MaterialiseCSS don't support IE8, IE9