我的表格看起来像这样:
<form action="http://mysite/test.php"
method="post"
enctype="multipart/form-data">
<input type="text" name="text1" value="myvalue1">
<input type="text" name="text2" value="myvalue2">
<input type="file" name="file1">
</form>
如何在Delphi(XE4)中使用Indy这种类型的POST并从中获取结果?