chunkin module is not working
Alexander Kunz
akunz at ntmedia.de
Tue Mar 29 09:54:00 MSD 2011
Hello Vetry,
for checksum calculation you can use:
*syntax: *upload_aggregate_form_field */<name> <value>/*
**Specifies a form field(s) containing aggregate attributes to generate
for each uploaded file in request body passed to backend. Both name and
value could contain standard nginx variables, variables from
upload_set_form_field
<http://www.grid.net.ru/nginx/upload.en.html#upload_set_form_field>
directive and following additional special variables:
* $upload_file_md5 -- MD5 checksum of the file
* $upload_file_md5_uc -- MD5 checksum of the file in uppercase letters
* $upload_file_sha1 -- SHA1 checksum of the file
* $upload_file_sha1_uc -- SHA1 checksum of the file in uppercase letters
* $upload_file_crc32 -- hexdecimal value of CRC32 of the file
* $upload_file_size -- size of the file in bytes
* $upload_file_number -- ordinal number of file in request body
Am 29.03.2011 06:57, schrieb vetri:
> mr valery,
>
> is there any module to unzip ,checksum calculation for the uploaded
> file?
>
> Posted at Nginx Forum: http://forum.nginx.org/read.php?2,185570,186510#msg-186510
>
>
> _______________________________________________
> nginx mailing list
> nginx at nginx.org
> http://nginx.org/mailman/listinfo/nginx
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://nginx.org/pipermail/nginx/attachments/20110329/a176964e/attachment.html>
More information about the nginx
mailing list