I want to upload a folder that contains many subfolders, those subfolders contains also many documents, into alfresco repository. I did this with Bulk Import Tool using for each folder/document an xml metadata file for importing also their properties. But to do this I must generate for each an xml file containing the metadata. So I search for an alternative solution and I found that I can do this with Alfresco Rest API calls without that xml metadata file. But I really don't know how to use it for upload.
Please if someone can help me with that. Thanks a lot.