1
0
Fork 0

Removed a period to prevent accidental copying.

This commit is contained in:
Alexander Andreev 2022-03-29 23:38:05 +04:00
parent 226d02e8d0
commit 14f2cdba24
Signed by: Arav
GPG Key ID: 1327FE8A374CC86F
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ block body
input(type="file" name="file" multiple=false)
button(type="submit") Upload
section
p.center You can use cURL to upload a file: #[code curl -F 'file=@somefile.ext' https://upload.arav.top].
p.center You can use cURL to upload a file: #[code curl -F 'file=@somefile.ext' https://upload.arav.top]
p.center Over I2P: #[code curl --proxy 127.0.0.1:4444 -F 'file=@somefile.ext' http://upload.arav.i2p]
p.center A resulted link looks like this: #[code /f/base64rawURL(sha256)/filename.ext].
p.center filename.ext is mandatory. It is a name the file will be retrieved with.