|
|
| |
11. Re: POST sent by Browser |
|
Reply |
|
|
 Santosh Nagarajan | 2007-10-17 18:22:59 - In reply to message 10 from Manuel Lemos |
| None of the solution is working for me. Tried with 3 different Linux servers with different php versions. Looking for some more feedback. |
| |
12. Re: POST sent by Browser |
|
Reply |
|
|
 Manuel Lemos | 2007-10-17 18:42:18 - In reply to message 11 from Santosh Nagarajan |
That is because you are not sending well formed HTTP POST requests.
You may want to try this HTTP client class. It comes with examples on how to send HTTP POST request. You can watch the debug output to see how a well formed HTTP POST request should be sent:
http://www.phpclasses.org/httpclient |
| |
13. Re: POST sent by Browser |
|
Reply |
|
|
 Santosh Nagarajan | 2007-10-23 16:33:47 - In reply to message 12 from Manuel Lemos |
Hi,
I could achieve this with two changes in the code and PHP.
I have corrected the encoding part in the code. And changed the php.ini settings for raw data with the value 'Y'.
Thanks a lot for the information and support.
|
| |
14. Re: POST sent by Browser |
|
Reply |
|
|
 bharanikumar | 2008-03-20 05:23:03 - In reply to message 2 from Manuel Lemos |
hi dear
i want upload with progress bar...
upload file size is 15mb..
any code there..
thanks in advance |
|