PHP Doku:: Add post file - function.httprequest-addpostfile.html

Verlauf / Chronik / History: (1) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzSonstige DiensteHTTPThe HttpRequestHttpRequest::addPostFile

Ein Service von Reinhard Neidl - Webprogrammierung.

The HttpRequest

<<HttpRequest::addPostFields

HttpRequest::addPutData>>

HttpRequest::addPostFile

(PECL pecl_http >= 0.10.0)

HttpRequest::addPostFileAdd post file

Beschreibung

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.

Parameter-Liste

name

the form element name

file

the path to the file

content_type

the content type of the file

Rückgabewerte

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


Keine BenutzerBeiträge.
- Beiträge aktualisieren...



PHP Powered Diese Seite bei php.net
The PHP manual text and comments are covered by the Creative Commons Attribution 3.0 License © the PHP Documentation Group - Impressum - mail("TO:Reinhard Neidl",...)