FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » Imported messages » comp.lang.php » Question about binary transfers in POST requests
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
Re: Question about binary transfers in POST requests [message #172282 is a reply to message #172272] Wed, 09 February 2011 03:54 Go to previous messageGo to previous message
Jerry Stuckle is currently offline  Jerry Stuckle
Messages: 2598
Registered: September 2010
Karma:
Senior Member
On 2/8/2011 5:18 PM, Anthony Papillion wrote:
> Hello Everyone,
>
> I'm accessing an API that tells me I need to send the following
> information as part of a POST request:
>
> username
> password
> media
>
> Username and password are obviously passed via a url
> like&username=$username or whatever but media is confusing me. It
> needs to be the BINARY content of a media file. I'm using cURL to
> do the transfer and I suspect I'm going to use some setting like
> CURLOPT_BINARYTRANSFER but I'm not sure how to do it.
>
> Can anyone clue me in?
>
> Thanks!
> Anthony


Passing in the URL is for a GET request. For a POST request they need
to be passed as POST parameters.

And yes, to retrieve binary data you need to use CURLOPT_BINARYTRANSFER
(see curl_setopt). But other than that I'm not sure what your question is.

What have you tried?


--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex(at)attglobal(dot)net
==================
[Message index]
 
Read Message
Read Message
Read Message
Previous Topic: Unexpected error in log: php_gd2.dll
Next Topic: Will this work?
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Fri Sep 20 10:36:40 GMT 2024

Total time taken to generate the page: 0.04932 seconds