Copyright © 2012 Kaltura Inc.
All Rights Reserved. Designated trademarks and brands are the property of their respective owners.
Use of this web site constitutes acceptance of the Terms of Use and Privacy Policy.
EduVideo.org
| 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 |
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.