masroore / CurlSharp

CurlSharp - .Net binding and object-oriented wrapper for libcurl.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How do I upload wav file to server?

ryysoft opened this issue · comments

when i use upload sample,i get error:
Object 包含非基元或非直接复制到本机结构中的数据。
Object contains non-primitive or non-blittable data. (Parameter 'value')
after i add : easy.SetOpt(CurlOption.HttpHeader, "content - type = audio / x - raw");
error occur again
thanks

why closed?