mirror of
https://github.com/Rouji/single_php_filehost.git
synced 2025-04-04 16:39:34 +00:00
add hint about piping to curl with a file extension
This commit is contained in:
parent
0897b3e94e
commit
98b7c16263
@ -293,6 +293,9 @@ echo <<<EOT
|
||||
You can upload files to this site via a simple HTTP POST, e.g. using curl:
|
||||
curl -F "file=@/path/to/your/file.jpg" $url
|
||||
|
||||
Or if you want to pipe to curl *and* have a file extension, add a "filename":
|
||||
echo "hello" | curl -F "file=@-;filename=.txt" $url
|
||||
|
||||
On Windows, you can use <a href="https://getsharex.com/">ShareX</a> and import <a href="$sharex_url">this</a> custom uploader.
|
||||
On Android, you can use an app called <a href="https://github.com/Rouji/Hupl">Hupl</a> with <a href="$hupl_url">this</a> uploader.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user