cancel
Showing results for 
Search instead for 
Did you mean: 

How can I upload multiple documents into Nuxeo?

Wojciech_Sulejm
Star Contributor
Star Contributor

What is the most efficient way to upload multiple documents into Nuxeo DM?

1 ACCEPTED ANSWER

ebarroca_
Champ on-the-rise
Champ on-the-rise

The easiest way to upload a bunch of file is to drag 'n drop them into an HTML5-compliant browser. Plus it's configurable to match custom use cases! See Drag and Drop Service for Content Capture

The other way is to mount Nuxeo as a WebDAV or Sharepoint drive and drag and drop files from your filesystem to the mounted Nuxeo in Windows Explorer or Mac Finder. See: Working with WebDAV in Nuxeo

If you really have lots of files, then you should use the bulk importer framework to help you manage bulk importsand fine tune the import phase. But that's really useful when you have more than several thousands of files to import, or need special processing at import time.

View answer in original post

3 REPLIES 3

Wojciech_Sulejm
Star Contributor
Star Contributor

You can use the nuxeo-platform-importer plugin.

It can be downloaded using the marketplace package called "Bulk document importer", or you can build it from sources.

Marketplace: https://connect.nuxeo.com/nuxeo/site/marketplace/package/nuxeo-platform-importer

Documentation: https://doc.nuxeo.com/x/zQQz

If multiple but not so much, you can still do it manually using HTML 5 drag and drop and smart import

ebarroca_
Champ on-the-rise
Champ on-the-rise

The easiest way to upload a bunch of file is to drag 'n drop them into an HTML5-compliant browser. Plus it's configurable to match custom use cases! See Drag and Drop Service for Content Capture

The other way is to mount Nuxeo as a WebDAV or Sharepoint drive and drag and drop files from your filesystem to the mounted Nuxeo in Windows Explorer or Mac Finder. See: Working with WebDAV in Nuxeo

If you really have lots of files, then you should use the bulk importer framework to help you manage bulk importsand fine tune the import phase. But that's really useful when you have more than several thousands of files to import, or need special processing at import time.