> I am completely unable to upload images using curl as in:
> 
> curl -u Username:PWD -F "image=backgrnd_img.png"
> http://twitter.com/account/update_profile_background_image.xml
> 
> I get the following error: 417 Expectation Failed
> <p>The client sent<pre>
>    Expect: 100-continue
> </pre>
> but we only allow the 100-continue expectation.</p>
> 
> Am I missing something?

Try throwing in an (untested)

        curl --header "Expect: " [...]

-- 
------------------------------------ personal: http://www.cameronkaiser.com/ --
  Cameron Kaiser * Floodgap Systems * www.floodgap.com * [email protected]
-- Maturity is only a short break in adolescence. -- Jules Feiffer ------------

Reply via email to