SourceData
The media file to process.
You can use the following methods to send files to Media Server:
- send the file using an HTTP POST request with the
multipart/form-data
content type. - send the file using an HTTP POST request with the
application/x-www-form-urlencoded
content type. In this case the binary data must be base-64 encoded.
For more information about sending data to Media Server, see Send Data by Using a POST Method.
Actions: | Process |
Type: | String |
Default: | |
Example: | SourceData=<binary data>
|
See Also: |