mirror of
https://github.com/nokonoko/Uguu.git
synced 2024-01-06 13:35:15 +00:00
19 lines
910 B
HTML
19 lines
910 B
HTML
<div class="container">
|
|
<div class="row">
|
|
<div class="col s12">
|
|
<div class="card-panel blue-grey darken-1">
|
|
<div class="card-content white-text">
|
|
<span class="card-title"><b>Info</b></span>
|
|
<p>Store any filetype with a size up to 150MB for up to {$retention_time}.
|
|
Uguu cares about your privacy and stores NO logs.
|
|
</p>
|
|
<p>
|
|
To upload using curl or make a tool you can post using:<br />
|
|
<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>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|