Kaltura API

baseentryupload
Description:
Upload a file to Kaltura, that can be used to create an entry.
Input Params
Name Type Description Required Default Value
fileData file The file data V
Output Type
string
Example HTTP Hit
http://www.kaltura.com/api_v3/service/baseentry/action/upload
JSON object:
				
{ fileData: "value" }