Skip to content
 
 

Latest commit

 

History

8 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

fileupload

alt tag 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

  1. Web server
  2. MySQL

#Install

  1. Import myDB.sql to your MySQL server (maybe want create database myDB)
  2. Set up index.php (start on line 41)
    $servername = "localhost";
    $username = "";
    $password = "";
    $dbname = "myDB";

  1. Set up your apache2/nginx - upload_max_filesize, post_max_size, memory_limit

#Used js frameworks

Known bugs

  • 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

About

A simple fileupload for private networks

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages