]> jfr.im git - uguu.git/blob - rain/template/info.html
Update info.html
[uguu.git] / rain / template / info.html
1 <div class="container">
2 <div class="row">
3 <div class="col s12">
4 <div class="card-panel blue-grey darken-1">
5 <div class="card-content white-text">
6 <span class="card-title">Info</span>
7 <p>Store any filetype with a size up to 150MB for up to 1 hour.
8 Uguu cares about your privacy and stores NO logs.
9 </p>
10
11 <p>
12 If you would like to upload using ShareX read <a style="color: #bbdefb" href="https://github.com/ShareX/ShareX/wiki/Custom-Uploader-examples#uguuse">this</a>.<br />
13 To upload using curl or make a tool you can post using:<br />
14 <code>curl -i -F name=test.jpg -F file=@localfile.jpg http://uguu.se/api.php?d=upload</code> (HTML Response)<br />
15 <code>curl -i -F name=test.jpg -F file=@localfile.jpg http://uguu.se/api.php?d=upload-tool</code> (Plain text Response)</p>
16 </div>
17 </div>
18 </div>
19 </div>
20 </div>