Mercurial > urweb
view tests/echoBlob.ur @ 1436:3d5e4c5fb6ee
Change order of linking database libraries to satisfy Cygwin
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Sat, 12 Mar 2011 14:30:08 -0500 |
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>