<span class="Apple-style-span" style="font-family: arial, sans-serif; font-size: 13px; background-color: rgb(255, 255, 255); "><div>I'm seeing most, but not all of the upload form fields get set. However, the sha1, md5 and crc32 aggregates below are blanks:</div>
<div><br></div><div>request.POST <QueryDict: {</div><div>u'upload_name': [u'py_lightweight_uploader.py'], </div><div>u'upload_size': [u'11345'], </div><div>u'upload_sha1': [u''], </div>
<div>u'upload_content_type': [u'text/x-python'], </div><div>u'upload_path': [u'/var/lib/nginx/resumable_download/7/64565707'], </div><div>u'upload_md5': [u''], </div><div>u'upload_crc32': [u'']}> </div>
<div><br></div><div>I see that libssl is installed on the server. I don't see any entries in the error log that would make me think there is anything failing here. I have the following in the nginx config:</div><div><br>
</div><div><div>upload_set_form_field upload_name $upload_file_name;</div><div>upload_set_form_field upload_content_type $upload_content_type;</div><div>upload_set_form_field upload_path $upload_tmp_path;</div><div>upload_aggregate_form_field upload_sha1 $upload_file_sha1;</div>
<div>upload_aggregate_form_field upload_size $upload_file_size;</div><div>upload_aggregate_form_field upload_crc32 $upload_file_crc32;</div><div>upload_aggregate_form_field upload_md5 $upload_file_md5;</div><div><br></div>
</div><div>I based the above on the documentation and example config. What am I missing here? I'm using nginx 1.0.8 deb-src build from the PPA with the latest version of the upload_resume module included.</div><div><br>
</div><div>Andrew</div></span>