file-upload


Related Questions
Hi, We are facing issues while trying to upload a file to a nuxeo cluster. The file is being uploaded in chunks and after the upload completes, we are not able to see the full file size against the file name. It only shows the size of the last chunk ...
  0 votes
  0 answers
  0 comments
  889 views

I am using Nuxeo rest APIs to upload images and some APIs are taking too much time on less tps (tested for 4 and 6 tps). After monitoring, I found that there is an update query for kv_transient_batchmanagercache table which is taking too much time ...
  0 votes
  0 answers
  2 comments
  673 views

Hello, I'm trying to upload a Microsoft Word Template (.dotx) file and I'm getting this error: {"entity-type":"exception","status":404,"message":"Preview not available"} here is the logs: 2020-10-11T01:54:08,606 WARN ...
  0 votes
  1 answers
  0 comments
  1039 views

I want to add some custom attributes to file when upload to nuxeo document using below endpoint and payload: http://localhost:8080/nuxeo/api/v1/id/folder_id { “entity-type”: “document”, “type”: “File”, “name”:“test”, “properties” : { “file:content”: ...
  0 votes
  1 answers
  0 comments
  797 views