PHP Classes

http client

Recommend this page to a friend!

      PHP HTTP protocol client  >  All threads  >  http client  >  (Un) Subscribe thread alerts  
Subject:http client
Summary:Trying to send a file with no luck
Messages:13
Author:John Czenze
Date:2005-12-05 16:38:36
Update:2005-12-09 20:39:01
 
  1 - 10   11 - 13  

  11. Re: http client   Reply   Report abuse  
Picture of John Czenze John Czenze - 2005-12-08 20:25:22 - In reply to message 10 from Manuel Lemos
Same behavour.
I am convinced it can not be done unless a html form is involved.
John

  12. Re: http client   Reply   Report abuse  
Picture of John Czenze John Czenze - 2005-12-09 11:53:38 - In reply to message 11 from John Czenze
Thanks for all your help. It was my issue all along. Sorry.
In a nutshell the issue was caused by the script on my server side I was calling it as a CGI script vs a regular browser scritp. doing a bit of searching I foundthat all data for CGI is always passed as content. I just nneded to call the script without the cgi-bin folder and all was fine.
Thanks again.

  13. Re: http client   Reply   Report abuse  
Picture of Manuel Lemos Manuel Lemos - 2005-12-09 20:39:01 - In reply to message 12 from John Czenze
Ah, I suspected that it was something specific of your environment. That is ok, it may happen.

 
  1 - 10   11 - 13