Yaismel Miranda

Results 2 comments of Yaismel Miranda

@WnP, I'm doing exactly the same to download files, and it works for me.

I'm using Napping in [my rest client for OrientDB](https://github.com/ympons/go-orientrest), and I'm doing something like this to upload a file: import ( "bytes" "net/http" "net/url" "strings" "mime/multipart" "log" "io" "io/ioutil" "os"...