ZipMethod Parameter

 Applet: UploadClient
 Description:

Use in conjunction with ZipFiles.

If the ZipFiles parameter is enabled, files will be zipped before upload, and a single zip file will be transferred to the server. Files will either be compressed in the zip file or simply stored, depending on the value of ZipMethod.

If ZipMethod is set to "Deflated," files will be compressed in the zip, and stored without path information. "Deflated" is the default value of ZipMethod.

If ZipMethod is set to "Stored," files will be not be compressed in the zip, and they will be stored with their relative paths.

 Example:

To prevent file compression when zipping files, set ZipMethod to "Stored."

<param name="ZipFiles" value="1">
<param name="ZipMethod" value="Stored">