Update README.md

This commit is contained in:
nokonoko 2020-12-03 22:51:50 +01:00
parent 3edf5c0369
commit 7c9356159c
1 changed files with 9 additions and 0 deletions

View File

@ -186,6 +186,15 @@ To upload using curl or make a tool you can post using:
```
curl -i -F files[]=@yourfile.jpeg https://uguu.se/upload.php (JSON Response)
```
```
curl -i -F files[]=@yourfile.jpeg https://uguu.se/upload.php?output=text (Text Response)
```
```
curl -i -F files[]=@yourfile.jpeg https://uguu.se/upload.php?output=csv (CSV Response)
```
```
curl -i -F files[]=@yourfile.jpeg https://uguu.se/upload.php?output=html (HTML Response)
```
## Getting help