Page 1 of 1
Export to ZIP error
PostPosted:Wed Dec 31, 2014 3:31 am
by meysamabl
Hi,
I am trying to download the entire folder. I only found one solution to use "Export to ZIP" option. but if the size of the folder is big, I get an error. I would appreciate it if you could help me with a solution.
Thanks in advance.
Re: Export to ZIP error
PostPosted:Wed Dec 31, 2014 10:53 am
by jllort
In this case I suggest use export utility from administration
Re: Export to ZIP error
PostPosted:Fri Jan 02, 2015 2:26 am
by meysamabl
Hi,
Thanks for the reply.
The problem is you can only export to the computer where the Openkm is deployed which is the server, and not the user's computer. When you are given to choose the file path, the server file system is shown! Would you recommend any other solution? Is there any size limit for "export as zip" option?
Thank you in advance.
Re: Export to ZIP error
PostPosted:Sat Jan 03, 2015 10:30 am
by jllort
Forget this kind of ideas, think what's happening to create a zip file -> you do demand, then files are copyed locally ( server ) after it are packed as zip file ( for it you need at least the double space of total files ) and then are tryed to be served across browser. Obviously this operation can consume a lot of time and resource ( in some cases if hardware is not enought the operation will fail ). For huge export you got the two option: 1- export directly to the server ( seems you do not want doing it ), 2- Enable webdav support ( connect as network resource, and then copy to your server )
Re: Export to ZIP error
PostPosted:Mon Jan 05, 2015 2:21 am
by meysamabl
Hi,
Thank you for your great explanation. I think I will go for the second option (webdav).
Best Regards.
Re: Export to ZIP error
PostPosted:Tue Jan 06, 2015 5:52 pm
by jllort