summaryrefslogtreecommitdiff
path: root/tests/echoBlob.ur
diff options
context:
space:
mode:
Diffstat (limited to 'tests/echoBlob.ur')
-rw-r--r--tests/echoBlob.ur8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/echoBlob.ur b/tests/echoBlob.ur
new file mode 100644
index 00000000..fc8f8603
--- /dev/null
+++ b/tests/echoBlob.ur
@@ -0,0 +1,8 @@
+fun echo r = returnBlob (fileData r.Data) (blessMime (fileMimeType r.Data))
+
+fun main () = return <xml><body>
+ <form>
+ <upload{#Data}/>
+ <submit action={echo}/>
+ </form>
+</body></xml>