uguu/rain/template/info.html

19 lines
899 B
HTML
Raw Normal View History

2015-02-23 18:33:02 +01:00
<div class="container">
<div class="row">
<div class="col s12">
<div class="card-panel blue-grey darken-1">
<div class="card-content white-text">
2016-05-14 10:55:50 +02:00
<span class="card-title"><b>Info</b></span>
2015-02-23 18:33:02 +01:00
<p>Store any filetype with a size up to 150MB for up to 1 hour.
Uguu cares about your privacy and stores NO logs.
</p>
<p>
To upload using curl or make a tool you can post using:<br />
2016-05-14 10:55:50 +02:00
<code>curl -i -F name=test.jpg -F file=@localfile.jpg {$url_filename}/api.php?d=upload</code> (HTML Response)<br />
<code>curl -i -F name=test.jpg -F file=@localfile.jpg {$url_filename}/api.php?d=upload-tool</code> (Plain text Response)</p>
2015-02-23 18:33:02 +01:00
</div>
</div>
</div>
</div>
2015-10-07 23:01:50 +02:00
</div>