diff --git a/index.php b/index.php index b342db0..2ce49cb 100755 --- a/index.php +++ b/index.php @@ -32,6 +32,10 @@ else if (isset($_GET['sharex'])) //send sharex config { sendShareXConfig(); } +else if (isset($_GET['hupl'])) //send hupl config +{ + sendHuplConfig(); +} else if (isset($argv[1]) && //file was called from cmd, to purge old files $argv[1] === 'purge') { @@ -257,6 +261,27 @@ EOT; print($content); } +//////////////////////////////////////////////////////////////////////////////// +// send a Hupl uploader config as .hupl (which is just JSON) +//////////////////////////////////////////////////////////////////////////////// +function sendHuplConfig() +{ + global $HTTP_PROTO; + $host = $_SERVER["HTTP_HOST"]; + $filename = $host.".hupl"; + $content = << @@ -281,7 +307,7 @@ 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 On Windows, you can use ShareX and import this custom uploader. -On Android, you can use an app called Hupl. +On Android, you can use an app called Hupl with this uploader. Or simply choose a file and click "Upload" below: