Parameters
| Property | Type | Required | Description |
|---|---|---|---|
| apFilePath | String | Yes | Temporary file path |
| success | Function | No | Callback with saved path |
| fail | Function | No | Callback on failure |
| complete | Function | No | Callback that always executes |
Success Callback
| Property | Type | Description |
|---|---|---|
| apFilePath | String | Saved file path |