|
fdf_get_attachmentExtracts uploaded file embedded in the FDF Beschreibung
array fdf_get_attachment
( resource
$fdf_document
, string $fieldname
, string $savepath
)
Extracts a file uploaded by means of the "file selection" field
Parameter-Liste
RückgabewerteThe returned array contains the following fields:
Beispiele
Beispiel #1 Storing an uploaded file
<?php |