How to use "net/http" upload file with post method?

I hava used "ri Net::HTTP",but I did't find anything about upload file.

also means: how can I submit a html form like this:

<form action="/fileupload" enctype="multipart/form-data">
  <input name=filename type=file>
</form>

thanks!