Attaching "extra files" through REST API?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-22-2013 04:04 PM
Using the REST API, I can successfully create a File
document, and use Blob.Attach
to upload the primary file for this document.
Is there any way to attach supplementary files as well? I want to imitate the UI action of going to the "Files" tab, and uploading extra files; but I want to do this through the REST interface.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-23-2013 12:58 PM
It looks like using 'files
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-28-2013 10:23 AM
I have got also this problem. I tried blobs (a list of blob) in the setInput but the following exception raises : ERREUR_org.nuxeo.ecm.automation.client.RemoteException: Failed to parse multipart request
Have you got a solution on your side ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-28-2013 12:54 PM
See my comment from January 23
