--- Ivan Marenic <[EMAIL PROTECTED]> wrote:
> Here is "failed" POST REQUEST to that server:
> *************************************
> POST /http_post.php HTTP/1.1
> User-Agent: Profile/MIDP-1.0 Configuration/CLDC-1.0
> Host: www.milleniumtip.com:80
> Content-Disposition: attachment; name="userfile";
filename="userfile_txt"
> Connection: close
> Content-Type: text/plain
> Content-Length: 47
> Content-Language: en-US
> 
> ********************************************

That's the whole thing? If so, the problem seems to be a complete lack of
content. The Content-Length header specifies that 47 bytes are coming, and
Content-Type tells us that it is plain text, but there is nothing (it
should be after the blank line that follows Content-Language). Can you
check to see that you didn't omit this?

Chris

=====
Chris Shiflett - http://shiflett.org/

PHP Security Handbook
     Coming mid-2004
HTTP Developer's Handbook
     http://httphandbook.org/
RAMP Training Courses
     http://www.nyphp.org/ramp

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to