Parameters
| media | Data of the file, audio, video or image to be uploaded. |
|---|---|
| fileName | Filename of the file, audio, video or image to be uploaded. |
| fieldAccessPath | The access path of field for which the media is to be uploaded. |
| form | The Form object which holds the media field. |
| completionHandler | The FormUploadResponse and Error will be returned to the completionHandler. |
Parameters
| reportLinkName | The report link name. |
|---|---|
| media | Data of the file, audio, video or image to be uploaded. |
| fileName | Filename of the file, audio, video or image to be uploaded. |
| fieldAccessPath | The access path of field for which the media is to be uploaded. |
| form | The Form object which holds the media field. |
| completionHandler | The FormUploadResponse and Error will be returned to the completionHandler. |
Parameters
| recordID | The ID of the record that needs to be updated. |
|---|---|
| reportLinkName | The report link name. |
| media | Data of the file, audio, video or image to be uploaded. |
| fileName | Filename of the file, audio, video or image to be uploaded. |
| fieldAccessPath | The access path of field for which the media is to be uploaded. |
| form | The Form object which holds the media field. |
| completionHandler | The FormUploadResponse and Error will be returned to the completionHandler. |