From b43d96963b07316ebdccf54c09f9625e81ac30a3 Mon Sep 17 00:00:00 2001 From: Bandie Date: Thu, 26 Mar 2020 13:36:59 +0100 Subject: [PATCH] Showing "randomname" as possible form field --- tools.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tools.txt b/tools.txt index 4ccfa10..00e44b9 100644 --- a/tools.txt +++ b/tools.txt @@ -7,3 +7,6 @@ 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) + + +curl -i -F randomname=randomname -F file=@localfile.jpg https://uguu.se/api.php?d=upload-tool (Using a random name like ofijasofjyipyip.jpg)