<ul>        
        <li><a NAME="ZipFiles"><b>ZipFiles</b> - Compose a .zip archive of multiple files and read the bytes of the archive </a>
                <ul>
                        <li>Required Parameters:
                                <ul>
                                <li><b>FileID</b> - The File ID returned by UploadFile.  There may be more than one File ID in this 
                                parameter, in which each File ID is seperated by a comma (","). 
                                </ul>
                        </li>

                        <li>Optional Parameters:
                        <ul>
                                <li><b>OrigName</b> - The original name of the dataset from which all of the image files originate from.  
                                This parameter, plus a ".zip" file extension, will be the name of the archive returned to the user.  
                                By default, OrigName will be set to "images"</li>
                        </ul>
                        </li>
                        <li>Return value: The .zip file in binary form with an application/octet-stream mime-type.  If the entire file 
                        is being returned, and the request was over http, then the Content-Disposition header will be issued, with a 
                        filename specified by either the parameter <i>OrigName</i> or the default name ("images.zip").
                </li>
                </ul>
        </li>
</ul>