PHP
downloads | documentation | faq | getting help | mailing lists | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

HttpRequest::addPutData> <HttpRequest::addPostFields
Last updated: Fri, 14 Nov 2008

view this page in

HttpRequest::addPostFile

(PECL pecl_http:0.10.0-1.5.5)

HttpRequest::addPostFileAdd post file

Description

public bool HttpRequest::addPostFile ( string $name , string $file [, string $content_type = 'application/x-octetstream' ] )

Add a file to the POST request, leaving previously set files unchanged.

Affects only POST and custom requests. Cannot be used with raw post data.

Parameters

name

the form element name

file

the path to the file

content_type

the content type of the file

Return Values

Returns TRUE on success, or FALSE if the content type seems not to contain a primary and a secondary content type part.



add a note add a note User Contributed Notes
HttpRequest::addPostFile
There are no user contributed notes for this page.

HttpRequest::addPutData> <HttpRequest::addPostFields
Last updated: Fri, 14 Nov 2008
 
 
show source | credits | sitemap | contact | advertising | mirror sites