cancel
Showing results for 
Search instead for 
Did you mean: 

Upload Pause/Resume

koxon_
Confirmed Champ
Confirmed Champ

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

1 ACCEPTED ANSWER

Florent_Guillau
World-Class Innovator
World-Class Innovator

I don't believe we have such a feature for uploads at the moment.

View answer in original post

3 REPLIES 3

Florent_Guillau
World-Class Innovator
World-Class Innovator

I don't believe we have such a feature for uploads at the moment.

Could I upload my file straight to S3 without going through Nuxeo and then reference the file when I create the document?

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.