Parameters
| Property | Type | Required | Description |
|---|---|---|---|
| count | Number | No | Maximum files to select |
| success | Function | No | Callback with file paths |
| fail | Function | No | Callback on failure |
| complete | Function | No | Callback that always executes |
Success Callback
| Property | Type | Description |
|---|---|---|
| apFilePaths | Array | Selected file paths |