When I post a multipart form,
当我发布多部分表格时,
<form name="acount_manage" action="/update" enctype="multipart/form-data" method="post">
<input type="file" name="file">
</form>
<When I post a multipart form,
当我发布多部分表格时,
<form name="acount_manage" action="/update" enctype="multipart/form-data" method="post">
<input type="file" name="file">
</form>
<