forked from gitbot/uguu
Update README.md
This commit is contained in:
parent
3edf5c0369
commit
7c9356159c
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user