fdf_get_attachment(PHP 4 >= 4.3.0, PHP 5) fdf_get_attachment — Extracts uploaded file embedded in the FDF Описание
   array fdf_get_attachment
    ( resource $fdf_document
   , string $fieldname
   , string $savepath
   ) 
  Extracts a file uploaded by means of the "file selection" field fieldname and stores it under savepath. Список параметров
 
 Возвращаемые значенияThe returned array contains the following fields: 
 Примеры
 Пример #1 Storing an uploaded file 
<?php | 
||