EncodeToPNG(); WWWForm form = new WWWForm(); form.AddBinaryData("picture", bs, "screenshot", "image/png"); WWW www = new WWW("http://127.0.0.1/test.php", ...
確定! 回上一頁