On Feb 4, 2007, at 1:22 PM, jis wrote:

I use the following:

  http = New HTTPSocket
  http.yield = true
  http.SetRequestHeader ("Host", "xxxx.com")
  http.SetRequestHeader ("Connection", "keep-alive")
http.SetRequestHeader ("User-Agent", "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/125.5.7 (KHTML, like Gecko) Safari/ 125.12")
  http.SetRequestHeader ("Accept", "*/*")
http.SetRequestHeader ("Accept-Encoding", "gzip, deflate;q=1.0, identity;q=0.5, *;q=0")
  http.SetRequestHeader ("Accept-Language", "en, ja;q=0.50"

I didn't want to bother with accepting gzip, but otherwise I'm doing all that.

The error 3 in PHP says the upload was incomplete. But I end it with boundary--crlf, which is according to the standard.

Regards,

Guyren G Howe
Relevant Logic LLC

guyren-at-relevantlogic.com ~ http://relevantlogic.com

REALbasic, PHP, Ruby/Rails, Python programming
PostgreSQL, MySQL database design and consulting
Technical writing and training


_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

Reply via email to