cancel
Showing results for 
Search instead for 
Did you mean: 

Multiple File and Folder Downloading

jaikisanugale
Champ in-the-making
Champ in-the-making
How to download multiple files and folder at once using Alfresco community edition 5.0.a
or How to convert all these files and folder into one zip
please give me some solution for this as i am new to alfresco
thank you in advance!!!
6 REPLIES 6

afaust
Legendary Innovator
Legendary Innovator
Hello,

have you tried the Share action "Download as ZIP" yet?

Regards
Axel

jaikisanugale
Champ in-the-making
Champ in-the-making
Hi AFaust,
I am using Alfresco Explorer and facing problem to download multiple file and folder at once
I have tried with adding file in zip file using java code but there is path problem of document stored in alfresco servers
i have use java code ZipOutputStream for converting all file into zip
please give some solution for this
thank you once again

afaust
Legendary Innovator
Legendary Innovator
Hello,

PLEASE DO NOT develop any new customizations based on Alfresco Explorer, especially if you are already on Alfresco 5.0.a. Alfresco Explorer has been removed starting with Alfresco 5.0.b and the more you add now the more you add to your pain afterwards.

I don't really understand what "path problem with document" is supposed to mean. When you construct a ZIP file via Java code, you are basically free to define the paths within the ZIP yourself and can just use the input stream from the content reader to fill the data for a ZIP entry. No need to access Alfresco documents as files where path might be an issue.

In terms of code / solution: There are already enough viable examples on the net, so I won't pollute it with yet another.

Regards
Axel

jaikisanugale
Champ in-the-making
Champ in-the-making
Hi Axel Faust,
I have one attachment of my code trying make entry of multiple document entry in zip file and then trying to download
i tried to get the code for multiple files and folder download but not getting any specific solution
can you please share me some idea,code or link for the multple file and folder download
thank you for your help

afaust
Legendary Innovator
Legendary Innovator
Looking at your code your are not working within the Alfresco Explorer - you are using OpenCMIS to talk to the Alfresco Repository.

jaikisanugale
Champ in-the-making
Champ in-the-making
Thank you Axel for the great response from you!!!
yes i have used "OPENCMIS API 0.11.0 version " in my project to implement all the functionalities like Upload,move,delete,createFolder and single file download but am facing problem while downloading multiple files and folders
so, what should i do for this functionality please suggest me something about this