DropPage is a little PHP script that allow users to quickly and easily upload files directly on a web server.
Options are :
- password protected upload
- folder by session (this will create a new folder for each connection with a timestamp)
- max file size
- title and description
-
Simply clone the git repo from github
git clone https://github.com/vincent-peugnet/droppage
-
Install dependencies
composer install
-
Edit filename
config.json.sample
toconfig.json
. -
Edit
config.json
to set text and upload options.
Simply rename custom.css.sample
to custom.css
and add your style here. This will be added on top of default.css
.
Edit config.json
and add "logo": "<your-logo-adress>"