PhilboBaggins / file-upload

A small web application to accept file uploads

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

?????????????

A small web application to accept file uploads......

.........

.... allow people to upload files to my file server using only a web browser (i.e. so users don't have to install a SFTP client or any other software).

Each file will be placed in it's own subdirectory with the date & time of upload as the directory name, so you can easily find your files. The idea is that after someone has uploaded a file, you would go grab it and move it somewhere else, so nothing is left in the upload directory long term.

Running with Docker or Podman

...... forward port 8000 .... map /opt/file_upload/data mapped to wherever you want the files to be stored

TODO

License

Licensed under either of the following:

About

A small web application to accept file uploads

License:Apache License 2.0


Languages

Language:Rust 83.5%Language:Shell 8.5%Language:Dockerfile 7.9%