Upload documents with OPENTEXT REST API not working I'm new to the OPENTEXT Rest API and while I'm able to authenticate create folders using it, I can't get the document upload to work The following is the code I've been using: import java io
How can I add a new document to Content Server 10. 5 using the REST api It appears that the OpenText API only supports file uploads through asynchronous JavaScript uploads - not through traditional file uploads by using typical posted form requests that contain the files contents (which is pretty crappy to be honest - as this would be the easiest to handle on server side)