diff --git a/rain/template/info.html b/rain/template/info.html index 0f2949e..99f8c94 100644 --- a/rain/template/info.html +++ b/rain/template/info.html @@ -3,14 +3,16 @@
- 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:
- 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)

+ 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 https://uguu.se/api.php?d=upload (HTML Response)
+ curl -i -F name=test.jpg -F file=@localfile.jpg https://uguu.se/api.php?d=upload-tool (Plain text Response)