09-06-2016 10:03 AM
Hello. I am trying to upload a file using java client 2.1 using the API example:
Blob fileBlob = new Blob(io.File file); blob = nuxeoClient.automation().newRequest("Blob.AttachOnDocument").param("document", "/folder/file").input(fileBlob).execute();
The file uploads fine, but doesnt keep his original name, instead, the file in the nuxeo server was uploaded as nx-automation-upload-1762360318639653777.tmp. All files i tried to upload are renamed with the prefix nx-automation-upload- and a .tmp extension.
Is there a way to upload files keeping original names and extensions on server?
12-05-2016 06:07 AM
hi Vladimir,
Did you find the solution ? i have also same problem.
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.