I am new to file field api. i don't know more about this. I want to create multiple file upload with mupload in my custom form. how can i use this module. or what should i write with this to use this module.

$form['file_field'] = array(
 '#type' => 'file',
 '#title' => t('upload file'),
)

I am sorry!! for this silly question.