We are building a bulk document export functionality for our application, for which we are using the Add Documents to Zip Plugin. It seems that Add Documents to Zip Plugin supports certain file types but not others. So far I have not had an issue with docx, excel, PDF, or image files, but html files do not seem to be supported as part of this plugin. Is anyone aware of what file types are or are not supported by this plugin?
Additionally, when two files of the same name are added, the document paths of the two files are identical and cause an error. Is there any way of getting around this?
Thanks!
Carson
Discussion posts and replies are publicly visible
Josh said:it does seem to explicitly disallow files that have the same file path
That's good because I believe this is a hard limitation on ZIP files, as they would otherwise be severely incompatible with the Windows FS at least.