This commit is contained in:
Paul Zinselmeyer 2023-10-18 21:16:36 +02:00
parent ae357f3939
commit 2d49821914

View file

@ -4,7 +4,7 @@ All following requests can only read the uploaded data.
To change the default expiration date, you can use the `?ttl=<seconds_to_live>` parameter.
After uploading data you can access it by accessing <a href="<bin_url"><bin_url></a> with an optional file extension that suits the data that you uploaded.
After uploading data you can access it by accessing <bin_url> with an optional file extension that suits the data that you uploaded.
## Upload a image
`$ curl -H "Content-Type: image/png" -T my-image.png <bin_url>`