Hi, I'm testing a configuration using Upload module and mod_zip. And found that in Upload module would be very usefull to have a upload_aggregate_form_field for CRC32, CRC32 value is used in mod_zip to compress the downloading zip file. Now i'm doing the CRC32 calculation in PHP. But It should be faster inside the module. Tuqui