How can I set the content type of the uploading file? (for example, image/jpeg)
I tried to set the .ContentType member of returned value from obj.Attrs()
but it seems that Attrs() is only usable for download of existing file.
I found that there is UploadFile method but I could not find how to use.