upload
Hello ! In the view layout of a document I'm using the element : “nuxeo-document-viewer” I would like to know how is it possible to rename the file I upload when I do it ? For example using the metadata of the file or anything else. Thanks :)
0 votes
1 answers
0 comments
923 views
Advance thanks for any help. I am trying to upload file of size more than 2gb by breaking the file into chunks (Resumable) and iterating through chunks and trying to upload each chunk at a time. But api is throwing following error. message: ...
0 votes
0 answers
0 comments
2564 views
Hi, I'm wondering if it's possible to upload many users to my Nuxeo instance by using Curl on a local JSON file. It's certainly possible for a single user, as I've already attempted. ' curl -u “Administrator:Administrator” -H “Content-Type: ...
0 votes
1 answers
0 comments
2539 views
I'm trying to upload some videos via the import dialogue. In this case it were 4 videos (each of them 500 Mb). 3 uploads are running in parallel via the webinterface in Chrome (48.0). But after clicking the import button and waiting some time the ...
0 votes
1 answers
11 comments
4718 views
Hi, I am trying to upload a file using nuxeo client. Initialy I have created the client like below var client = new nuxeo.Client({ baseURL: nuxeo_url, username: cms_user, password: cms_password }); client.schemas(['dublincore', 'file']); For ...
0 votes
0 answers
0 comments
2394 views
Hello, For one of my types I need to validate uploaded files compliance against a web service. This works pretty well with the main content action widget, and now I want to trigger my validation code from the TAB_FILES_EDIT widget. I was planning to ...
0 votes
0 answers
0 comments
1805 views
Hi All, I am facing Issues in uploading multiple images in nuxeo using REST API. i am following below URL for the Batch upload https://doc.nuxeo.com/display/NXDOC/How+to+Upload+a+File+in+Nuxeo+Platform+Using+REST+API+Batch+Processing+Endpoint First ...
1 votes
1 answers
3 comments
2629 views
Hi, We are using Nuxeo Platform 7.4, nuxeo-drive addon 1.5.3 and Nuxeo Drive client 2.0.1028 (on Windows 8). Currently the synchronization is working well when the files have been in Nuxeo Platform first and appear in Nuxeo Drive folder on a client ...
0 votes
1 answers
1 comments
2467 views
I need to know the reason behind why the transaction still continues? Is this related to database locking? If it is, what resources are they locking? TIA
0 votes
0 answers
2 comments
4666 views
I can't upload large files even i'm using the Nuxeo Drag and Drop UI. The Progress bar is finished but after I press the continue button the clinet prompt Request Timeout. What should I do? avax.transaction.RollbackException: Unable to commit: ...
0 votes
0 answers
1 comments
2725 views
Hi We are currently using the batch/upload rest api to upload files, and we need to load more than one instance of Nuxeo, to distribute requests, but put an elastic load balance in front of the servers is causing a problem in upload (I imagine that ...
0 votes
1 answers
0 comments
10150 views
Hello, I Have a problem, I have 2 servers available, 1 - default 2 - arizona I am trying to make a upload with Rest API, when I do the upload in directory nuxeo_url + '/api/v1/path/default-domain/workspaces' - success but when I do the upload in ...
0 votes
1 answers
2 comments
3628 views
For upload file using Rest API (Nuxeo Platform 7.3 ), I follow this link “https://doc.nuxeo.com/display/NXDOC/How+to+Upload+a+File+in+Nuxeo+Platform+Using+REST+API+Batch+Processing+Endpoint” . But I am getting “500 Internal Server Error” – “ Invalid ...
0 votes
1 answers
4 comments
3673 views
Hi, We used to upload files from an external java application server using a connector written uppon the java automation client. Suddenly, blobs cannot be attached anymore and apache is sending a 413 (entity too large) error. I tryed to update the ...
0 votes
0 answers
2 comments
2093 views
Hi, can someone explain me what happens when I restore a previous version of a document? e.g (2.0 to 1.0) I tried to restore the version of a document(type “File”) that has a content on it but when I restore it to its previous version, the uploaded ...
0 votes
1 answers
2 comments
2541 views