Page 1 of 1

'checksum' parameter

Posted: Wed Oct 14, 2009 12:00 pm
by diendi
Hi,

I have a problem with the regular-parameter 'checksum'. Indeed, when I have <PARAM NAME="checksum" VALUE="md5">, I receive the value in the http PUT header (I use http PUT method) but not in http HEAD header (resume=true).

I made some tests with and without parameter 'resume=true', using http POST method, without success.

Moreover, when 'checksum' is enabled and 'resume' is disabled, the applet does not send http HEAD request and I read on your forum that HEAD request is issued if 'resume' or 'checksum' is enabled.

Thanks for your help.

Nicolas

Re: 'checksum' parameter

Posted: Wed Oct 14, 2009 10:05 pm
by support
Ok, you would like the MD5 checksum before in the HEAD request (i.e. before the upload request with file content), correct?

Re: 'checksum' parameter

Posted: Thu Oct 15, 2009 2:29 pm
by diendi
Yes! is it possible ?

Re: 'checksum' parameter

Posted: Fri Oct 16, 2009 6:16 am
by support
No, not in current version. MD5 is sent within the upload request only with "checksum" parameter.
This feature could be added. If you need it quickly then please contact support(at)jfileupload(dot)com

Re: 'checksum' parameter

Posted: Fri Oct 16, 2009 7:44 am
by diendi
Ok thanks I send email to the support but what means "HEAD is issued if "resume" or "overwrite" or "checksum" is enabled." ? (viewtopic.php?f=2&t=183&p=785&hilit=checksum+head#p785).

Thanks.
Nicolas

Re: 'checksum' parameter

Posted: Fri Oct 16, 2009 5:13 pm
by support
Answered.