Here is the Raw data out of Fiddler POST /account/update_profile_image.xml HTTP/1.1 Content-Type: multipart/form-data; boundary=----------7d72b92a170f1a Authorization: Basic [Removed]== Host: twitter.com Content-Length: 451 Expect: 100-continue Connection: Keep-Alive
------------7d72b92a170f1a Content-Disposition: form-data; name="image"; image="C:\temp\test.jpg" ���� The XML response shows this: <?xml version="1.0" encoding="UTF-8"?> <hash> <request>/account/update_profile_image.xml</request> <error>There was a problem with your picture. Probably too big.</ error> </hash> I know the image isnt' too big, since I have uploaded it through the web interface. Is this data enough to help or are you looking for something else? Thanks for your help. Sean
