PHP Classes

POST sent by Browser

Recommend this page to a friend!

      PHP Classes blog  >  File upload progress ...  >  All threads  >  POST sent by Browser  >  (Un) Subscribe thread alerts  
Subject:POST sent by Browser
Summary:Help required on getting text data from a browser
Messages:14
Author:Santosh Nagarajan
Date:2007-10-10 16:38:33
Update:2008-03-20 05:23:03
 
  1 - 10   11 - 14  

  11. Re: POST sent by Browser   Reply   Report abuse  
Picture of Santosh Nagarajan 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   Report abuse  
Picture of Manuel Lemos 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:

phpclasses.org/httpclient

  13. Re: POST sent by Browser   Reply   Report abuse  
Picture of Santosh Nagarajan 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   Report abuse  
Picture of bharanikumar 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

 
  1 - 10   11 - 14