I made Joomla admin component according to Joomla guide - http://docs.joomla.org/Developing_a_Model-View-Controller_Component/2.5/Developing_a_Basic_Component
In administrator\components\com_invoicemanager\models\forms i have defined <field name="invoice" type="file"/>
Now I need to capture uploaded file and save it on the disk.
How to do it ?