# Filemanager Form Type
Upload a file with popup file manager

### File Upload Sample
```php
$this->form[] = ['label'=>'Document','name'=>'document','type'=>'filemanager','filemanager_type'=>'file'];
```

### Image Upload Sample
```php
$this->form[] = ['label'=>'Photo','name'=>'photo','type'=>'filemanager','filemanager_type'=>'image'];
```

## What's Next
- [How To Make The Graded Select Boxes (Parent Select -> Child Select -> Etc..)](./how-make-graded-select-box.md)

## What's Next
- [Form Input Type: googlemaps](./form-googlemaps.md)

## Table Of Contents
- [Back To Index](./index.md)