diff options
author | Luke Bratch <l_bratch@yahoo.co.uk> | 2014-09-21 12:20:11 +0100 |
---|---|---|
committer | Luke Bratch <l_bratch@yahoo.co.uk> | 2014-09-21 12:20:11 +0100 |
commit | 7ffc77710590d6b9dec685aa94160b10e7dcb0d8 (patch) | |
tree | 7727d41f3b729cf5bde77ff8c31cf2a5f3b81ac2 /upload.html | |
parent | fb9545e2f59cfa551a3951a8afcb9d3659db522f (diff) |
Provide example upload form and submission files
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. |