You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
Thanks for adding a multipart writer. When a file is added to the form, content type of
the file is now hard-coded as octet stream (see
http://goneat.org/src/pkg/mime/multipart/writer.go#L97). It's crucial that callers have
control over the content type. Without setting the correct content type, Flickr API
rejects the content, for example.
Thanks.
Kannan