Posted Mon, 07 Oct 2019 07:47:07 GMT by Martin Kreft
Hello.

How can i upload a Document with some index data via java script?

I used a .net application to upload documents via drag and drop.
Now i have to find a solution to do this with java script.

Are there any programming examples for this issue?
Posted Mon, 07 Oct 2019 14:40:49 GMT by Joe Kaufman Bell Laboratories Inc No longer there
Martin,

The .NET code is just a wrapper around the Platform SDK resources which can be called from any language. If you do a Google search on the following:

docuware platform "non-.net"

you will find several posts about that. More recently, DocuWare has even released a Postman collection of examples that illustrate how to perform calls to the Platform SDK from any web-capable language or scripting tool (e.g. curl):

https://developer.docuware.com/rest/examples/postman-collection-download.html

There is also a link to some node.js examples there which may translate more easily into JavaScript...

Good luck!

Joe Kaufman
Posted Mon, 07 Oct 2019 14:44:52 GMT by Martin Kreft
Thank you very much.
This is exacly what i was looking for.

You must be signed in to post in this forum.