summaryrefslogtreecommitdiff
path: root/upload.html
diff options
context:
space:
mode:
authorLuke Bratch <l_bratch@yahoo.co.uk>2014-09-21 12:20:11 +0100
committerLuke Bratch <l_bratch@yahoo.co.uk>2014-09-21 12:20:11 +0100
commit7ffc77710590d6b9dec685aa94160b10e7dcb0d8 (patch)
tree7727d41f3b729cf5bde77ff8c31cf2a5f3b81ac2 /upload.html
parentfb9545e2f59cfa551a3951a8afcb9d3659db522f (diff)
Provide example upload form and submission files
Diffstat (limited to 'upload.html')
-rw-r--r--upload.html4
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&amp;to=2014-06-01"> date ranges</a>! Only show the <a href="?last=10">last X files</a>! Ranges work with any format.