Moved available space next to an Upload button.
This commit is contained in:
parent
aaa6aca743
commit
c486acef79
@ -14,9 +14,7 @@ block body
|
||||
form(action="/" method="POST" enctype="multipart/form-data")
|
||||
input(type="file" name="file" multiple=false)
|
||||
button(type="submit") Upload
|
||||
section.center
|
||||
h2 Space left
|
||||
p #{storageAvailableStr}
|
||||
| #{storageAvailableStr} left.
|
||||
section.center
|
||||
p You can use cURL to upload a file: #[code curl -F 'file=@somefile.ext' https://upload.arav.su]
|
||||
p Over I2P: #[code curl --proxy 127.0.0.1:4444 -F 'file=@somefile.ext' http://upload.arav.i2p]
|
||||
|
Loading…
Reference in New Issue
Block a user