Removed a period to prevent accidental copying.
This commit is contained in:
parent
226d02e8d0
commit
14f2cdba24
@ -20,7 +20,7 @@ block body
|
|||||||
input(type="file" name="file" multiple=false)
|
input(type="file" name="file" multiple=false)
|
||||||
button(type="submit") Upload
|
button(type="submit") Upload
|
||||||
section
|
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 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 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.
|
p.center filename.ext is mandatory. It is a name the file will be retrieved with.
|
||||||
|
Loading…
Reference in New Issue
Block a user