]> Sergey Matveev's repositories - uploader.git/blob - README
823492a49f8895b01a55c1ec6d3b0b1b2b8fad4b
[uploader.git] / README
1 Simplest form file uploader.
2 It just saves uploaded file from HTML form to the new file on the disk.
3 Also it calculates BLAKE2b checksum, replying with it in the answer.
4
5 You can upload files with curl:
6
7     curl -F fileupload=@somedata.tar.gpg http://localhost:8086/upload/
8
9 You can verify integrity locally:
10
11     b2sum -a blake2b somedata.tar.gpg