This commit is contained in:
cremesk 2019-07-13 16:22:00 +02:00
parent 9fe8b52bcc
commit 9a4e50ef40
No known key found for this signature in database
GPG Key ID: C147C3B7FBDF08D0
1 changed files with 1 additions and 1 deletions

View File

@ -363,7 +363,7 @@ def fhost():
HTTP POST files here:
<code>curl -F'file=&#64;yourfile.png' {0}</code>
You can also POST remote URLs:
<code>curl -F'url=http://example.com/image.jpg' {0}</code>
<code>curl -F'url=https://example.com/image.jpg' {0}</code>
Or you can shorten URLs:
<code>curl -F'shorten=http://example.com/some/long/url' {0}</code>