ox.ajast.js can't be used by Javascript Client Library to upload files

My issue votes
0
votes
0/20 total votes used
Project:Kaltura Community Edition (CE) - Self Hosted Online Video Platform
Version:api_v3
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:active
Total votes:1
Description

The action upload on the Upload service expects a POST request and the ox.ajast.js lib used by the Kaltura Javascript Client Library can only perform GET requests.

Despite this the Kaltura Javascript Client Library has a KalturaUploadService constructor with the upload method trying to use this service with ox.ajast.js.