11-28-2014 12:51 PM
Hi,
I will upload assets using the REST API. I will upload large videos in the DAM from mobile devices. Thus, I need to be able to do pause/resume uploads as the connectivity may be inconsistent.
I store my assets in AWS S3 and I know S3 supports pause/resume. I wonder if Nuxeo does too? This is critical for me.
Would you have more information about this?
Thank you Nicolas
11-28-2014 01:19 PM
I don't believe we have such a feature for uploads at the moment.
11-28-2014 01:19 PM
I don't believe we have such a feature for uploads at the moment.
11-28-2014 02:13 PM
Could I upload my file straight to S3 without going through Nuxeo and then reference the file when I create the document?
11-28-2014 08:41 PM
You can get close, you could upload to S3, than in Nuxeo using the Java API get the BinaryManagerService, then get a Binary for the MD5 digest of your file (which will unfortunately download it back to Nuxeo, no way around that at the moment), and using that create a StorageBlob and set that in your document.
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.