view tests/echoBlob.ur @ 1274:38eb0d0f39b9

Drop in some new autoconf scripts
author Adam Chlipala <adamc@hcoop.net>
date Thu, 03 Jun 2010 13:35:26 -0400
parents f7e2026dd5ae
children
line wrap: on
line source
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>