Please add an input type="text" to your form and see if you can print the submitted value. Everything seems to arrive as binary content. This is what I get when I do a Luan.repr(Http.request.parts):
{
name={content=<couldn't repr: binary: 46382405>},
phone={content=<couldn't repr: binary: 2eb066a0>},
email={content=<couldn't repr: binary: 6d30f0c>},
file={filename="test.jpg", content_type="image/jpeg", content=<couldn't repr: binary: 5f38a856>}
}
How can I get the plain text information?