Enable file naming when returning a zip file of the requested documents. File names for each docid are provided as additional parameters named by the actual docid value that they are providing a name for. An example query string might look like:
and would create a zip file containing files named: fileName1.txt fileName2.jpg
This is enhancement was motivated by the SANParks/SAEON skin use of FGDC groups of files and will be useful in the NCEAS and KNB skins when they support FGDC metadata display and download. See bug #3146 for additional information.
Enable file naming when returning a zip file of the requested documents.
File names for each docid are provided as additional parameters named by the actual docid value that they are providing a name for. An example query string might look like:
action=read&docid=doc.1.1&docid=doc.2.1&qformat=zip&doc.1.1=fileName1.txt&doc.2.1=fileName2.jpg
and would create a zip file containing files named:
fileName1.txt
fileName2.jpg
This is enhancement was motivated by the SANParks/SAEON skin use of FGDC groups of files and will be useful in the NCEAS and KNB skins when they support FGDC metadata display and download.
See bug #3146 for additional information.