Documentation
¶
Overview ¶
See http://stackoverflow.com/questions/20765859/go-accepting-http-post-multipart-files
Server
$ go run server.go
Client
$ curl -i -F file=@gopher.png http://127.0.0.1:8080/
Click to show internal directories.
Click to hide internal directories.