diff options
Diffstat (limited to 'upload.html')
-rw-r--r-- | upload.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/upload.html b/upload.html new file mode 100644 index 0000000..cdc49a1 --- /dev/null +++ b/upload.html @@ -0,0 +1,4 @@ +<form action="upload_file.php" method="post" enctype="multipart/form-data"> +<input type="file" name="file" id="file"> <input type="submit" name="submit" value="Submit"> +</form> +Different formats: <a href="?format=plain">Plain text</a>, <a href="?format=light">lightweight</a> or <a href="?format=json">JSON</a>! Specify <a href="?from=2014-05-01&to=2014-06-01"> date ranges</a>! Only show the <a href="?last=10">last X files</a>! Ranges work with any format. |