Skip to content

Commit

Permalink
Showing "randomname" as possible form field
Browse files Browse the repository at this point in the history
  • Loading branch information
Bandie committed Mar 26, 2020
1 parent 4645ec5 commit b43d969
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tools.txt
Expand Up @@ -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)

0 comments on commit b43d969

Please sign in to comment.