X-Git-Url: https://jfr.im/git/uguu.git/blobdiff_plain/660b976c3e165a5dd9a13a3c52c43450e3e6f9f2..b3ca9376cc8cf7c308c07f16b4d5b716f21a56dc:/rain/template/info.html diff --git a/rain/template/info.html b/rain/template/info.html index 0f2949e..ee1d480 100644 --- a/rain/template/info.html +++ b/rain/template/info.html @@ -3,12 +3,14 @@
- Info -

Store any filetype with a size up to 150MB for up to {$retention_time}. - Uguu cares about your privacy and stores NO logs. -

-

- To upload using curl or make a tool you can post using:
+ Info +

Store (*almost) any filetype with a size up to 100MB for up to 24 hours. + Uguu cares about your privacy and stores NO logs.

+

*Due to malicious files being uploaded the following filetypes are not allowed: exe, scr, rar, zip, com, vbs, bat, cmd, html, htm, msi, dll.

+ Tools +

ShareX: https://getsharex.com

+ API +

To upload using curl or make a tool you can post using:
curl -i -F name=test.jpg -F file=@localfile.jpg {$url_filename}/api.php?d=upload (HTML Response)
curl -i -F name=test.jpg -F file=@localfile.jpg {$url_filename}/api.php?d=upload-tool (Plain text Response)