]> 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 (*almost) any filetype with a size up to 100MB for up to 24 hours.
8 Uguu cares about your privacy and stores NO logs.</p>
9 <p>*Due to malicious files being uploaded the following filetypes are not allowed: exe, scr, rar, zip, com, vbs, bat, cmd, html, htm, msi, dll.</p>
10 <span class="card-title">Tools</span>
11 <p>ShareX: <a href="https://getsharex.com">https://getsharex.com</a></p>
12 <span class="card-title">API</span>
13 <p>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 https://uguu.se/api.php?d=upload</code> (HTML Response)<br />
15 <code>curl -i -F name=test.jpg -F file=@localfile.jpg https://uguu.se/api.php?d=upload-tool</code> (Plain text Response)</p>
16 </div>
17 </div>
18 </div>
19 </div>
20 </div>