]> jfr.im git - uguu.git/blame - rain/template/info.html
Adding the public files folder
[uguu.git] / rain / template / info.html
CommitLineData
284e095d
A
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">
2f98035a 6 <span class="card-title"><b>Info</b></span>
284e095d
A
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>
284e095d 10 <p>
284e095d 11 To upload using curl or make a tool you can post using:<br />
2f98035a
PAB
12 <code>curl -i -F name=test.jpg -F file=@localfile.jpg {$url_filename}/api.php?d=upload</code> (HTML Response)<br />
13 <code>curl -i -F name=test.jpg -F file=@localfile.jpg {$url_filename}/api.php?d=upload-tool</code> (Plain text Response)</p>
284e095d
A
14 </div>
15 </div>
16 </div>
17 </div>
320dfe54 18</div>